Developers Guide

Table Of Contents
},
{
"Id": 149,
"Status": 3000,
"SubsystemName": "licensingRollupStatus"
},
{
"Id": 150,
"Status": 1000,
"SubsystemName": "storageRollupStatus"
},
{
"Id": 151,
"Status": 1000,
"SubsystemName": "tempRollupStatus"
},
{
"Id": 152,
"Status": 2000,
"SubsystemName": "intrusionRollupStatus"
}
]
}
/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",
"@odata.type": "#DeviceService.InventoryDetail",
"@odata.id": "/api/DeviceService/Devices(10070)/
InventoryDetails('deviceSoftware')",
"InventoryType": "deviceSoftware",
"InventoryInfo": [
{
"Version": "1.0.5",
"InstallationDate": "2020-11-12 20:42:29.000",
"Status": "Installed",
"SoftwareType": "FRMW",
"VendorId": "",
Devices 329