SnmpProperties

SnmpProperties
SnmpProperties

This object contains SNMP v2c and SNMP v3 properties.

JSON Example
{
    "v2c": {
        "communities": [
            {
                "access": "string",
                "community_name": "string",
                "community_string": "string"
            }
        ],
        "targets": [
            {
                "community_name": "string",
                "community_string": "string",
                "port": 0,
                "server": "string"
            }
        ]
    },
    "v3": {
        "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"
            }
        ]
    }
}
v2c
Optional

This object contains list of SNMP v2c communities used to poll NSX nodes over SNMP and list of SNMP v2c targets used to receive SNMP traps/notifications from NSX nodes.

v3
Optional

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.