API Guide

Table Of Contents
HTTP response
code
201
Example request
body
{
"Privileges": [<comma_separated_list_of_privileges_names>]
}
Example
response body
{
Privileges: [VIEW,CHASSIS_ADMINISTRATOR]
}
/api/DeviceService/Actions/
DeviceService.ExecuteAction
This API represents the remote console preview information.
POST method /api/DeviceService/Actions/
DeviceService.ExecuteAction
This method returns the remote console preview information.
Description
Returns the remote console preview information.
Privilege VIEW
HTTP response
codes
201
Example
response body
{
"OperationName": "GET_PREVIEW_SCREEN"
}
/api/DeviceService/DeviceSlotType
This URI represents the slot types.
GET method for DeviceSlotType
This method returns a list of the available slot types.
Description
Returns a list of slot types.
Privilege VIEW
HTTP response
codes
200
Example
response body
{
"@odata.context": "$metadata#Collection(DeviceService.DeviceSlotType)",
"@odata.count": 6,
"value": [
{
"SlotType": 1000,
"SlotName": "UNKNOWN",
280 Devices