Snmpv3Properties

Snmpv3Properties
Snmpv3Properties

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.

JSON Example
{
    "auth_protocol": "string",
    "cc_users": [
        {
            "access": "string",
            "auth_password": "string",
            "priv_password": "string",
            "security_level": "string",
            "user_id": "string"
        }
    ],
    "priv_protocol": "string",
    "targets": [
        {
            "port": 0,
            "security_level": "string",
            "server": "string",
            "user_id": "string"
        }
    ],
    "users": [
        {
            "access": "string",
            "auth_password": "string",
            "priv_password": "string",
            "security_level": "string",
            "user_id": "string"
        }
    ]
}
string
auth_protocol
Optional
Constraints: default: SHA1

Authentication protocol used for SNMP v3 communication.

cc_users
Optional
Constraints: maxItems: 5

List of CentralConfig SNMP v3 users allowed to poll NSX nodes over SNMP. Also, users specified in a SNMP v3 target must exist in this list.

string
priv_protocol
Optional
Constraints: default: AES128

Privacy protocol used for SNMP v3 communication.

targets
Optional
Constraints: maxItems: 3

List of SNMP v3 targets/receivers where SNMP v3 traps/notifications will be sent from NSX nodes.

array of Snmpv3User
users
Optional
Constraints: maxItems: 5

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.

Property Of