API Guide

Table Of Contents
/api/DeviceService/Devices(Id)/
Settings('ReplicableChassisConfigurations')
This URI retrieves the chassis time and alert destination settings and applies the settings to the IOM.
PUT method to retrieve chassis time and alert destination settings
This method retrieves the chassis and alert destinations settings.
Description Retrieves the chassis and alert destinations settings and applies the settings to the IOMs.
Privilege DEVICE_CONFIGURATION
HTTP response
codes
204
Example request
body
{
"SettingType":"ReplicableChassisConfigurations",
"Configurations":[
{
"Type":"AlertDestination",
"Replicate":true
},
{
"Type":"TimeConfigurations",
"Replicate":true
}
]
}
Table 103. 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.
256 Devices