Techpreview_Monitoring_Snmp_SNMPRemoteUser
Snmp.SNMPRemoteUser structure Structure that defines a user at particular remote SNMPv3 entity needed when using informs. auth_key and priv_key contained localized keys as defined in http://tools.ietf.org/html/rfc3826#section-1.2. Note: This structure is restricted for VMware internal use only.
{
"username": "string",
"sec_level": "string",
"authentication": "string",
"auth_key": "string",
"privacy": "string",
"priv_key": "string",
"engineid": "string"
}
SNMP Username
Snmp.SNMPSecLevel enumerated type Defines SNMP decurity levels Note: This enumeration is restricted for VMware internal use only.
none : none
auth : auth
priv : priv
Snmp.SNMPAuthProto enumerated type Defines SNMP authentication protocols Note: This enumeration is restricted for VMware internal use only.
none : NONE
SHA1 : SHA1
MD5 : MD5
SNMP authorization key
Snmp.SNMPPrivProto enumerated type Defines SNMP privacy protocols Note: This enumeration is restricted for VMware internal use only.
AES128 : AES128
none : NONE
SNMP privacy key
SNMP v3 engine id