API Guide

"LogSeverities": {
"@odata.id": "/api/DeviceService/Devices(3315)/LogSeverities"
},
"Settings": [
{
"@odata.id": "/api/DeviceService/Devices(3315)/Settings"
}
],
"Temperature": {
"@odata.id": "/api/DeviceService/Devices(3315)/Temperature"
},
"Power": {
"@odata.id": "/api/DeviceService/Devices(3315)/Power"
},
"BlinkStatus": {
"@odata.id": "/api/DeviceService/Devices(3315)/BlinkStatus"
},
"PowerUsageByDevice": [
{
"@odata.id": "/api/DeviceService/Devices(3315)/PowerUsageByDevice"
}
],
"Faults": [
{
"@odata.id": "/api/DeviceService/Devices(3315)/Faults"
}
],
"DeviceBladeSlots": [
{
"@odata.id": "/api/DeviceService/Devices(3315)/DeviceBladeSlots"
}
],
"GraphicInfo": {
"@odata.id": "/api/DeviceService/Devices(3315)/GraphicInfo"
}
}
}
/api/DeviceService/Devices(Id)/InventoryDetails
This URI represents the inventory details of a specific device.
GET method for InventoryDetails
This method returns the inventory details of a specific device.
Description
Returns the inventory details of a specific device.
Privilege VIEW
HTTP response
codes
200
Example
Input:
Output:
{
"@odata.context": "$metadata#Collection(DeviceService.InventoryDetail)",
"@odata.count": 18,
"value": [
{
"@odata.id": "/api/DeviceService/Devices(3315)/
InventoryDetails('serverDeviceCards')",
"InventoryType": "serverDeviceCards",
"InventoryInfo": [
{
"Id": 127,
Devices 173