SnmpServiceProperties
SnmpServiceProperties
SNMP Service properties
JSON Example
{
"communities": [
"string"
],
"start_on_boot": false,
"v2_configured": false,
"v3_auth_protocol": "string",
"v3_configured": false,
"v3_priv_protocol": "string",
"v3_users": [
{
"auth_password": "string",
"priv_password": "string",
"user_id": "string"
}
]
}
array of
string
communities
Optional
Constraints:
maxItems: 1
SNMP v1, v2c community strings
boolean
start_on_boot
Required
Start when system boots
boolean
v2_configured
Optional
SNMP v2 is configured or not
string
v3_auth_protocol
Required
Constraints:
default: SHA1
SNMP v3 auth protocol
boolean
v3_configured
Optional
SNMP v3 is configured or not
string
v3_priv_protocol
Required
Constraints:
default: AES128
SNMP v3 private protocol