API Guide
Table 96. 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(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
216 Devices