API Guide
"LogTimestamp": "20170907053540.000000-300",
"LogSequenceNumber": 286412,
"LogSeverity": 1000,
"LogComment": "[set comment here]",
"LogMessageId": "USR0030",
"LogMessage": "Successfully logged in using root, from 10.32.19.194
and wsman.",
"LogId": "DCIM:LifeCycleLog:286412",
"LogCategory": "Audit",
"DateFormat": "CIM"
},
{
"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 SubSystemHealth
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
Input:
Output:
{
"@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"
Devices 197