Snmpv3User

Snmpv3User
Snmpv3User

This object contains properties for a SNMP v3 user that can be used to receive SNMP traps/notifications from NSX and/or poll NSX nodes over SNMP.

JSON Example
{
    "access": "string",
    "auth_password": "string",
    "priv_password": "string",
    "security_level": "string",
    "user_id": "string"
}
string
access
Optional
Constraints: default: READ_ONLY

Access permissions for polling NSX nodes over SNMP v3.

string
auth_password
Optional

Authentication password used for SNMP v3 communication. This field is required when adding a user. When updating a user, do not include this field in the request. If this field is present in an update request, it will be considered as a new value for authentication password.

string
priv_password
Optional

Privacy password used for SNMP v3 communication. This field is required when adding a user. When updating a user, do not include this field in the request. If this field is present in an update request, it will be considered as a new value for privacy password.

string
security_level
Optional
Constraints: default: AUTH_PRIV

Security level indicates whether SNMP communication involves authentication and privacy protocols for this user. Value "AUTH_PRIV" indicates both authentication and privacy protocols will be used for SNMP communication.

string
user_id
Required
Constraints: minLength: 1 maxLength: 32

Unique SNMP v3 user id.

Property Of