API Guide

Table Of Contents
/api/DeviceService
This URI represents the device services.
GET method for DeviceService
This method returns a list of all the device services.
Description Returns a list of device services.
Privilege VIEW
HTTP response
codes
200
Example
Response Body
{
"@odata.context": "/api/$metadata#DeviceService.DeviceService",
"@odata.type": "#DeviceService.DeviceService",
"@odata.id": "/api/DeviceService",
"Actions": null,
"Devices@odata.navigationLink": "/api/DeviceService/Devices",
"DeviceStatuses@odata.navigationLink": "/api/DeviceService/
DeviceStatuses",
"DeviceType@odata.navigationLink": "/api/DeviceService/DeviceType",
"PowerStates@odata.navigationLink": "/api/DeviceService/PowerStates",
"DeviceSummary@odata.navigationLink": "/api/DeviceService/DeviceSummary",
"DeviceSlotType@odata.navigationLink": "/api/DeviceService/
DeviceSlotType",
"DeviceSettingsMetadata@odata.navigationLink": "/api/DeviceService/
DeviceSettingsMetadata",
"DeviceModelsByType@odata.navigationLink": "/api/DeviceService/
DeviceModelsByType"
}
/api/DeviceService/Devices
This URI represents the devices.
GET method for Devices
This method returns a list of all the devices.
Description
Returns a list of all the devices.
Privilege VIEW
HTTP response
codes
200
Example
Response Body
{
"@odata.context": "/api/$metadata#Collection(DeviceService.Device)",
"@odata.count": 15,
"value":[
{
"@odata.type": "#DeviceService.Device",
"@odata.id": "/api/DeviceService/Devices(10076)",
"Id": 10076,
"Type": 8000,
"Identifier": "0G16RFCP007BN00BA",
"DeviceServiceTag": null,
"ChassisServiceTag": "7BU0772",
"Model": "PowerEdge MX5000s",
Devices 235