Snmpv2cProperties

Snmpv2cProperties
Snmpv2cProperties

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.

JSON Example
{
    "communities": [
        {
            "access": "string",
            "community_name": "string",
            "community_string": "string"
        }
    ],
    "targets": [
        {
            "community_name": "string",
            "community_string": "string",
            "port": 0,
            "server": "string"
        }
    ]
}
communities
Optional
Constraints: maxItems: 10

List of SNMP v2c communities allowed to poll NSX nodes over SNMP v2c.

targets
Optional
Constraints: maxItems: 3

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

Property Of