API Guide

Table Of Contents
"LogTimestamp": "20170907053540.000000-300",
"LogSequenceNumber": 286411,
"LogSeverity": 1000,
"LogComment": "[set comment here]",
"LogMessageId": "USR0030",
"LogMessage": "Successfully logged in using root, from
10.32.22.88 and wsman.",
"LogId": "DCIM:LifeCycleLog:286411",
"LogCategory": "Audit",
"DateFormat": "CIM"
}
]
}
/api/DeviceService/Devices(Id)/SubSystemHealth
This URI represents the health of a specific device.
GET method for sub system health information
This method returns the health status of a specific device.
Description Returns the health status of a specific device.
Privilege VIEW
HTTP response
codes
200
Example
response body
{
"@odata.context":
"$metadata#Collection(DeviceService.SubSystemHealthFaultModel)",
"@odata.count": 8,
"value": [
{
"SubSystem": "System",
"RollupStatus": "1000"
},
{
"SubSystem": "SEL/Misc",
"RollupStatus": "2000"
},
{
"SubSystem": "Battery",
"RollupStatus": "1000"
},
{
"SubSystem": "Voltage",
"RollupStatus": "1000"
},
{
"SubSystem": "Current",
"RollupStatus": "1000"
},
{
"SubSystem": "Processor",
"RollupStatus": "2000"
},
{
"SubSystem": "Memory",
"RollupStatus": "2000"
},
{
"SubSystem": "Temperature",
"RollupStatus": "1000"
260
Devices