NSX-T Data Center REST API
Snmpv3Properties (schema)
SNMP v3 properties
This object contains list of SNMP v3 users used to poll NSX nodes over SNMP and list of SNMP v3 targets used to receive SNMP traps/notifications from NSX nodes. Users specified in a SNMP v3 target must exist in the list of SNMP v3 users.
Name | Description | Type | Notes |
---|---|---|---|
auth_protocol | Authentication protocol Authentication protocol used for SNMP v3 communication. |
string | Enum: SHA1 Default: "SHA1" |
priv_protocol | Privacy protocol Privacy protocol used for SNMP v3 communication. |
string | Enum: AES128 Default: "AES128" |
targets | SNMP v3 targets List of SNMP v3 targets/receivers where SNMP v3 traps/notifications will be sent from NSX nodes. |
array of Snmpv3Target | Maximum items: 3 |
users | SNMP v3 users List of SNMP v3 users allowed to poll NSX nodes over SNMP. Also, users specified in a SNMP v3 target must exist in this list. |
array of Snmpv3User | Maximum items: 5 |