SNMP3Config

SNMP3Config
SNMP3Config
JSON Example
{
    "username": "readonly",
    "context_name": "default",
    "authentication_type": "MD5",
    "authentication_password": "VMware1!",
    "privacy_type": "AES256",
    "privacy_password": "VMware1!"
}
string
username
Optional

SNMPv3 Username

string
context_name
Optional

SNMPv3 Context name

string
authentication_type
Optional

SNMPv3 Authentication type

Possible values are : NO_AUTH, MD5, SHA,
string
authentication_password
Optional

SNMPv3 Authentication password

string
privacy_type
Optional

SNMPv3 Privacy password type

Possible values are : DES, AES128, AES192, AES256, 3DES, NO_PRIV,
string
privacy_password
Optional

SNMPv3 Pricacy password