API Guide

Table Of Contents
"EnableReadAuthentication": true,
"EnableQuickSyncWifi": true
},
"EnableChassisDirect": false,
"LcdAccess": "VIEW_AND_MODIFY",
"LcdPresence": "Present",
"LcdCustomString": "",
"LcdLanguage": "en"
}
/api/DeviceService/Devices(Id)/HardwareLogs
This URI represents the hardware logs of a specific device.
GET method for HardwareLogs
This method returns the hardware logs of a specific device.
Description Returns the hardware logs of a specific device.
Privilege VIEW
HTTP response
codes
200
Example
response body
{
"@odata.context": "$metadata#Collection(DeviceService.LogModel)",
"@odata.count": 1902,
"value": [
{
"LogTimestamp": "20170907060147.000000-300",
"LogSequenceNumber": 286450,
"LogSeverity": 1000,
"LogComment": "[set comment here]",
"LogMessageId": "USR0030",
"LogMessage": "Successfully logged in using root, from
10.32.22.103 and wsman.",
"LogId": "DCIM:LifeCycleLog:286450",
"LogCategory": "Audit",
"DateFormat": "CIM"
},
{
"LogTimestamp": "20170907060147.000000-300",
"LogSequenceNumber": 286449,
"LogSeverity": 1000,
"LogComment": "[set comment here]",
"LogMessageId": "LOG007",
"LogMessage": "The previous log entry was repeated 1 times.",
"LogId": "DCIM:LifeCycleLog:286449",
"LogCategory": "Audit",
"DateFormat": "CIM"
},
{
"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"
},
{
Devices
259