Reference 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",
"@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": "",
"SubDeviceId": "",
"SubVendorId": "",
"ComponentId": "27763",
"PciDeviceId": "",
"DeviceDescription": "System CPLD",
"InstanceId": "DCIM:INSTALLED#803__CPLD.Embedded.1"
},
{
"Version": "0",
"InstallationDate": "2020-11-12 20:42:29.000",
"Status": "Installed",
"SoftwareType": "APAC",
"VendorId": "",
"SubDeviceId": "",
"SubVendorId": "",
"ComponentId": "104684",
"PciDeviceId": "",
"DeviceDescription": "iDRAC Service Module Installer",
"InstanceId": "DCIM:INSTALLED#802__ServiceModule.Embedded.1"
},
{
"Version": "15.00.14",
"InstallationDate": "2020-11-19 18:08:37.000",
"Status": "Installed",
"SoftwareType": "FRMW",
"VendorId": "1077",
"SubDeviceId": "000F",
Devices
307