Reference Guide

Table Of Contents
Table 104. 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('NetworkServices')
This URI represents the network services configuration.
PUT method for network services settings
This method configures the network services settings.
Description
Configures the network services settings.
Privilege DEVICE_CONFIGURATION
HTTP response
code
200
Example request
body
{
"SettingType": "NetworkServices",
"SnmpConfiguration": {
"SnmpEnabled": true,
"PortNumber": 161,
"SnmpV1V2Credential": {
"CommunityName": "public"
}
},
"SshConfiguration": {
"SshEnabled": true,
"PortNumber": 22,
"MaxSessions": 4,
"IdleTimeout": 2700,
"MaxAuthRetries": 7
},
"EnableRemoteRacadm": true
}
NOTE: To ensure that the maximum authorization settings work in Linux systems, configure the
attribute, MaxAuthRetries, in the ssh_config file.
312 Devices