Reference Guide

Table Of Contents
/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",
"Description": "Slot type is unknown."
},
{
"SlotType": 2000,
"SlotName": "Sled Slot",
"Description": "This is Sled Slot type."
},
{
"SlotType": 3000,
"SlotName": "Fan Slot",
"Description": "This is Fan Slot type."
},
{
"SlotType": 4000,
"SlotName": "IO Module Slot",
"Description": "This is IO Module Slot type."
Devices 337