API Guide

Table Of Contents
Table 103. Attributes
Attribute name Description
Name Name of the network.
Description Description of the network.
VlanMaximum VLan can be defined as either a range or a single value. If
a single value is defined, the same value is assigned to both
VlanMaximum and VlanMinimum.
VlanMinimum VLan can be defined as either a range or a single value. If
a single value is defined, the same value is assigned to both
VlanMaximum and VlanMinimum.
NOTE: To define a profile which is not in a range, the
VlanMaximum and VlanMinimum must be the same.
Type Network profile definition type.
For more information, see /api/
NetworkConfigurationService/NetworkTypes.
/api/NetworkConfigurationService/ReplicableChassisSettings
This URI represents replicable chassis settings.
GET method for replicable chassis settings
This method fetches the replicable chassis settings.
Description
Fetches replicable chassis settings.
Privilege VIEW
HTTP response
codes
200
Example
response body
{
"@odata.context": "/api/
$metadata#NetworkConfigurationService.ReplicableChassisSettingsResponseModel",
"@odata.type":
"#NetworkConfigurationService.ReplicableChassisSettingsResponseModel",
"@odata.id": "/api/NetworkConfigurationService/ReplicableChassisSettings",
"ReplicateChassisTime": true,
"ReplicateChassisAlertDestination": false
}
PUT method for replicable chassis settings
This method updates the replicable chassis settings.
Description
Updates the replicable chassis settings.
Privilege COMPUTE_MANAGEMENT
HTTP response
codes
200
Example request
body
{
"ReplicateChassisTime": true,
"ReplicateChassisAlertDestination": true
}
Configure 243