API Guide

Table Of Contents
/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
response body
{
"@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"
]
}
/api/DeviceService/Devices(Id)/LogSeverities
This URI represents the log severities for a specific device.
GET method for LogSeverities
This method returns the log-severity details for a specific device.
Description
Returns the log-severity details for a specific device.
Privilege VIEW
HTTP response
codes
200
Example
response body
{
"@odata.context": "$metadata#DeviceService.LogSeverities/$entity",
"@odata.id": "/api/DeviceService/Devices(3265)/LogSeverities",
"Warning": 2000,
"Critical": 3000,
"Fatal": 4000,
262 Devices