Techpreview_Monitoring_Snmp_SNMPUser
Techpreview_Monitoring_Snmp_SNMPUser
Snmp.SNMPUser structure Structure that defines information associated with an SNMP user. authKey and privKey are localized keys defined in http://tools.ietf.org/html/rfc3826#section-1.2. Note: This structure is restricted for VMware internal use only.
JSON Example
{
"username": "string",
"sec_level": "string",
"auth_key": "string",
"priv_key": "string"
}
string
username
Required
SNMP Username
sec_level
Required
Snmp.SNMPSecLevel enumerated type Defines SNMP decurity levels Note: This enumeration is restricted for VMware internal use only.
none : none
auth : auth
priv : priv
string
auth_key
Required
SNMP authorization key
string
priv_key
Required
SNMP privacy key