API Guide

Table Of Contents
"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"
]
}
192 Devices