Techpreview_Monitoring_Snmp_SNMPRemoteUser

Techpreview_Monitoring_Snmp_SNMPRemoteUser
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.

JSON Example
{
    "username": "string",
    "sec_level": "string",
    "authentication": "string",
    "auth_key": "string",
    "privacy": "string",
    "priv_key": "string",
    "engineid": "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

authentication
Required

Snmp.SNMPAuthProto enumerated type Defines SNMP authentication protocols Note: This enumeration is restricted for VMware internal use only.
none : NONE
SHA1 : SHA1
MD5 : MD5

string
auth_key
Required

SNMP authorization key

privacy
Required

Snmp.SNMPPrivProto enumerated type Defines SNMP privacy protocols Note: This enumeration is restricted for VMware internal use only.
AES128 : AES128
none : NONE

string
priv_key
Required

SNMP privacy key

string
engineid
Required

SNMP v3 engine id