API Guide

Table Of Contents
"@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,
"SlotNumber": "SMBus.Embedded.3-1",
"Manufacturer": "Intel Corporation",
"Description": "Lewisburg SMBus",
"DatabusWidth": "Unknown",
"SlotLength": "Unknown",
"SlotType": "Unknown"
},
{
"Id": 128,
"SlotNumber": "P2PBridge.Embedded.1-1",
"Manufacturer": "Intel Corporation",
Devices 177