API Guide

Table Of Contents
"EnableReadAuthentication": true,
"EnableQuickSyncWifi": true
},
"EnableChassisDirect": true,
"LcdAccess": "VIEW_AND_MODIFY",
"LcdPresence": "Present",
"LcdCustomString": "",
"LcdLanguage": "en"
}
Example
response body
{
"SettingType": "LocalAccessConfiguration",
"EnableChassisPowerButton": true,
"EnableKvmAccess": true,
"LedPresence": "Absent",
"QuickSync": {
"QuickSyncHardware": "Present",
"QuickSyncAccess": "READ_WRITE",
"EnableInactivityTimeout": true,
"TimeoutLimit": 120,
"TimeoutLimitUnit": "SECONDS",
"EnableReadAuthentication": true,
"EnableQuickSyncWifi": true
},
"EnableChassisDirect": true,
"LcdAccess": "VIEW_AND_MODIFY",
"LcdPresence": "Present",
"LcdCustomString": "",
"LcdLanguage": "en"
}
Disabling Chassis Direct feature
Example request
body
{
"SettingType": "LocalAccessConfiguration",
"EnableChassisPowerButton": true,
"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"
}
Example
response body
{
"SettingType": "LocalAccessConfiguration",
"EnableChassisPowerButton": true,
"EnableKvmAccess": true,
"LedPresence": "Absent",
"QuickSync": {
"QuickSyncHardware": "Present",
"QuickSyncAccess": "READ_WRITE",
"EnableInactivityTimeout": true,
"TimeoutLimit": 120,
"TimeoutLimitUnit": "SECONDS",
258 Devices