Snmpv2cCommunity

Snmpv2cCommunity
Snmpv2cCommunity

This object contains SNMP v2c community identifier, shared secret and access properties.

JSON Example
{
    "access": "string",
    "community_name": "string",
    "community_string": "string"
}
string
access
Optional
Constraints: default: READ_ONLY

Access permissions for polling NSX nodes over SNMP v2c.

string
community_name
Required
Constraints: minLength: 1 maxLength: 64

Unique, non-sensitive community name to identify community.

string
community_string
Optional
Constraints: minLength: 1 maxLength: 64

Community string. This is considered a shared secret and therefore sensitive information. This field is required when adding a community. When updating a community, 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 community string.