ADD SNMPV3 Configuration
This operation is used to add an SNMPV3 configuration under control panel.
- application/json
Request Body required
- snmv3ConfigOperationType int32
snmv3Info object
encryptAlgorithm int32hostName stringprivacyAlgorithm int32privacyCredentials booleanuserAccount object
password stringuserName string
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
- Example 1
Schema
- snmv3ConfigOperationType integer
snmv3Info object
hostName stringprivacyCredentials booleanprivacyAlgorithm integerencryptAlgorithm integeruserAccount object
password stringuserName string
{
"snmv3ConfigOperationType": 0,
"snmv3Info": {
"hostName": "string",
"privacyCredentials": true,
"privacyAlgorithm": 0,
"encryptAlgorithm": 0,
"userAccount": {
"password": "string",
"userName": "string"
}
}
}
{
"processinginstructioninfo": {
"attributes": [
{
"name": "exitval",
"value": "0"
}
]
},
"host": {
"name": "test5",
"id": 35
}
}
Loading...