API Guide

Table Of Contents
{},
{},
{}
}
/api/DeviceService/Devices(Id)
This URI represents a specific device within the collection.
GET method for Devices(Id)
This method returns the details of a specific device.
Description Returns the details of a specific device.
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,
Devices
175