SNMP3Config
Properties
string
authentication_password
Optional
SNMPv3 Authentication password
string
authentication_type
Optional
SNMPv3 Authentication type
Possible values are: NO_AUTH, MD5, SHA
string
context_name
Optional
SNMPv3 Context name
string
privacy_password
Optional
SNMPv3 Pricacy password
string
privacy_type
Optional
SNMPv3 Privacy password type
Possible values are: AES, DES, AES128, AES192, AES256, 3DES, NO_PRIV
string
username
Optional
SNMPv3 Username
JSON Example
{
"authentication_password": "VMware1!",
"authentication_type": "MD5",
"context_name": "default",
"privacy_password": "VMware1!",
"privacy_type": "AES256",
"username": "readonly"
}