API Guide

/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
Input:
Output:
{
"@odata.context": "$metadata#Collection(DeviceService.Device)",
"@odata.count": 5,
"value": [
{
"@odata.id": "/api/DeviceService/Devices(3315)",
"Id": 3315,
"Type": 1000,
"Identifier": "SVCTG06",
"DeviceServiceTag": "SVCTG06",
"ChassisServiceTag": "SKY0028",
"Model": "PowerEdge MX740c",
"PowerState": 18,
"ManagedState": 5000,
"Status": 1000,
"ConnectionState": false,
"AssetTag": null,
"SystemId": 1893,
"DeviceName": "WIN-02GODDHDJTC",
"LastInventoryTime": "2017-09-05 09:00:11.186",
"LastStatusTime": "2017-09-06 08:30:06.730",
"DeviceCapabilities": [
32,
1,
2,
3,
4,
7,
8,
9,
41,
11,
12,
13,
14,
15,
16,
17,
30,
31
],
"Actions": null,
"DeviceSubscription": null,
"DeviceSpecificData": null,
"SlotConfiguration": {
"ChassisId": "4165",
"SlotNumber": "6",
"SledBlockPowerOn": "None blocking",
"ChassisName": "GUI PT",
"SlotName": "Sled-6",
"ChassisServiceTag": "SKY0028",
180
Devices