API Guide

Table Of Contents
Example
response body
{
"@odata.context": "$metadata#Collection(DeviceService.DeviceType)",
"@odata.count": 6,
"value": [
{
"DeviceType": 1000,
"Name": "SERVER",
"Description": "Server Device"
},
{
"DeviceType": 2000,
"Name": "CHASSIS",
"Description": "Chassis Device"
},
{
"DeviceType": 9000,
"Name": "NETWORK_CONTROLLER",
"Description": "NETWORK CONTROLLER Device"
},
{
"DeviceType": 4000,
"Name": "NETWORK_IOM",
"Description": "NETWORK IO Module Device"
},
{
"DeviceType": 3000,
"Name": "STORAGE",
"Description": "Storage Device"
},
{
"DeviceType": 8000,
"Name": "STORAGE_IOM",
"Description": "Storage IOM Device"
}
]
}
/api/DeviceService/Actions/DeviceService/
Devices(Id)Actions/DeviceService.SetTermState
This API represents the device term state information.
POST method for setting term state
This method returns term state information for devices.
Description
Returns term state information.
Privilege DEVICE_CONFIGURATION
HTTP response
codes
202
Table 104. Attributes
Attribute name Description
IdDevices(Id) ID of the device.
274 Devices