Reference Guide

Table Of Contents
"EnableKvmAccess": true,
"LedPresence": "Absent",
"QuickSync": {
"QuickSyncHardware": "Present",
"QuickSyncAccess": "READ_WRITE",
"EnableInactivityTimeout": true,
"TimeoutLimit": 120,
"TimeoutLimitUnit": "SECONDS",
"EnableReadAuthentication": true,
"EnableQuickSyncWifi": true
},
"EnableChassisDirect": false,
"LcdAccess": "VIEW_AND_MODIFY",
"LcdPresence": "Present",
"LcdCustomString": "",
"LcdLanguage": "en"
}
Enabling LCD
Override pin
Example Response body
{
"SettingType": "LocalAccessConfiguration",
"EnableChassisPowerButton": false,
"EnableLcdOverridePin":true,
"LcdOverridePin": 275923,
"EnableKvmAccess": true,
"LedPresence": "Absent",
"QuickSync": {
"QuickSyncHardware": "Absent",
"QuickSyncAccess": "READ_WRITE",
"EnableInactivityTimeout": true,
"TimeoutLimit": 120,
"TimeoutLimitUnit": "SECONDS",
"EnableReadAuthentication": true,
"EnableQuickSyncWifi": true
},
"EnableChassisDirect": true,
"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",
Devices 315