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
response body
{
"@odata.context": "/api/$metadata#DeviceService.Device",
"@odata.type": "#DeviceService.Device",
"@odata.id": "/api/DeviceService/Devices(10053)",
"Id": 10053,
"Type": 2000,
"Identifier": "MX70005",
"DeviceServiceTag": "MX70005",
"ChassisServiceTag": null,
"Model": "PowerEdge MX7000",
"PowerState": 17,
"ManagedState": 3000,
"Status": 1000,
"ConnectionState": true,
"AssetTag": null,
"SystemId": 2031,
"DeviceName": "MX-MX70005",
"LastInventoryTime": "2019-09-06 06:42:47.989",
"LastStatusTime": "2019-09-06 06:43:01.002",
"DeviceSubscription":{
"Id": 1,
"SubscriptionId": "d4354b17-0e36-4e71-a18d-be3a4f365886",
"IsValid": true,
"InactiveDuration": null
},
"DeviceCapabilities":[
18,
8,
201,
202
],
"SlotConfiguration":{
"ChassisName": null
},
"DeviceManagement":[
{
"ManagementId": 5484,
"NetworkAddress": "100.97.211.95",
"MacAddress": "D0:94:66:91:98:4C",
"ManagementType": 2,
"InstrumentationName": "MX-MX70005",
"DnsName": "",
"ManagementProfile":[
{
"ManagementProfileId": 5484,
"ProfileId": "OME-Modular_BASE",
"ManagementId": 5484,
"ManagementURL": "https://100.97.211.95:443",
"HasCreds": 0,
"Status": 1000,
"StatusDateTime": "2019-09-06 06:42:47.989"
}
Devices
243