API Guide

Table Of Contents
/api/DeviceService/Devices(Device_ID)/
Settings('LocalAccessConfiguration')
This API represents the local access configuration information.
GET method for local access configuration
This method returns the local access configuration details.
Description Returns the local access configuration details.
Privilege VIEW
HTTP response
code
200
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"
}
PUT method for local access configuration
This method enables or disables the local access configuration in the chassis.
Description
Enables or disables the local access configuration.
Privilege DEVICE_CONFIGURATION
HTTP response
code
200
Enabling 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",
Devices 257