API Guide

Table Of Contents
}
]
}
Output:
NA
Table 87. Attributes
Attribute Description
SettingType Defines the setting type that must be applied. The setting
here is, "ReplicableChassisConfigurations"
Configurations Defines the configuration you want to apply. The
Configurations attribute requires the Type and Replicate
flag.
Type The configuration you want to apply. The Type attribute
supports "AlertDestination" or "TimeConfigurations".
Replicate Boolean flag to determine if you prefer to set the
configuration or not.
/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
Input:
Output:
{
"@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.",
Devices 189