API Guide

"ExecutionHistoryId": 561,
"TaskId": 10265,
"TaskType": 3
},
{
"Id": 9,
"Progress": "100",
"StartTime": "2017-09-05 04:48:37.080",
"EndTime": "2017-09-05 04:48:37.856",
"TaskStatusId": 2070,
"Key": "WIN-02GODDHDJTC",
"Value": "Running\nSlot ID passed null cannot perform Quick
Deploy.\nTask Failed.
Execution has completed",
"TaskName": "Deployment and Configuration Check",
"ExecutionHistoryId": 8,
"TaskId": 4015,
"TaskType": 24
}
]
}
/api/DeviceService/Devices(Id)/InventoryTypes
This URI represents the inventory types for a specific device.
GET method for InventoryTypes
This method returns the inventory types for a specific device.
Description
Returns the inventory types for a specific device.
Privilege VIEW
HTTP response
codes
200
Example
Input:
Output:
{
"@odata.context": "$metadata#DeviceService.InventoryTypes/$entity",
"@odata.id": "/api/DeviceService/Devices(3265)/InventoryTypes",
"InventoryTypes": [
"serverDeviceCards",
"serverProcessors",
"serverNetworkInterfaces",
"serverOperatingSystems",
"serverVirtualFlashes",
"serverPowerSupplies",
"serverArrayDisks",
"serverRaidControllers",
"serverMemoryDevices",
"serverStorageEnclosures",
"serverSupportedPowerStates",
"deviceLicense",
"deviceCapabilities",
"deviceFru",
"deviceManagement",
"deviceSoftware",
"subsystemRollupStatus"
]
}
Devices 187