API Guide

Table Of Contents
]
}
/api/DeviceService/Devices(Id)/
InventoryDetails(InventoryType)
This URI represents the details of a specific inventory type for a specific device.
GET method for inventory details by inventory type
This method returns the details of a specific inventory type.
NOTE: If a PSU is absent, this method reports the status as follows:
Presence: Absent
Health: Ok
Power state: Off
Description Returns details of a specific inventory type.
Privilege VIEW
HTTP response
codes
200
Example request
body
/api/DeviceService/Devices(25004)/InventoryDetails('deviceSoftware')
Example
response body
{
"@odata.context": "/api/$metadata#DeviceService.InventoryDetail/
$entity",
"@odata.type": "#DeviceService.InventoryDetail",
"@odata.id": "/api/DeviceService/Devices(25009)/
InventoryDetails('deviceSoftware')",
"InventoryType": "deviceSoftware",
"InventoryInfo":
[
{"Version": "0.3.0", "InstallationDate": "2017-07-13T00:00:00Z",
"Status": "Installed", "SoftwareType": "BIOS",},
{"Version": "3.20.20.20", "InstallationDate":
"2017-07-13T00:00:00Z", "Status": "Installed",},
{"Version": "0", "InstallationDate": "2017-07-13T00:00:00Z",
"Status": "Installed", "SoftwareType": "APAC",},
{"Version": "0", "InstallationDate": "2017-07-13T00:00:00Z",
"Status": "Installed", "SoftwareType": "APAC",},
{"Version": "3.36", "InstallationDate": "2017-07-13T00:00:00Z",
"Status": "Installed", "SoftwareType": "FRMW",},
{"Version": "3.20.20.20", "InstallationDate":
"2017-07-13T00:00:00Z", "Status": "Installed",},
{"Version": "0", "InstallationDate": "2017-07-13T00:00:00Z",
"Status": "Installed", "SoftwareType": "APAC",},
{"Version": "0", "InstallationDate": "2017-07-13T00:00:00Z",
"Status": "Installed", "SoftwareType": "APAC",},
{"Version": "0.2.5", "InstallationDate": "2017-07-13T00:00:00Z",
"Status": "Installed", "SoftwareType": "FRMW",}
]
}
Devices
255