API Guide

/api/DeviceService/Actions/
DeviceService.DevicesByPrivilegesAction
This API represents the device information that users can access, based on privileges.
POST method for device privileges action
This method returns device information that users can access, based on their privileges.
Description Returns device information that users can access, based on their privileges.
Privilege VIEW
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.
Devices 241