NSX Autonomous Edge REST API
SnmpCommunity (type)
{ "additionalProperties": false, "description": "SNMP v1, v2c community.", "id": "SnmpCommunity", "properties": { "access": { "default": "read_only", "description": "Access permissions for this community.", "enum": [ "read_only" ], "title": "Type of access", "type": "string" }, "community_string": { "description": "Community alias string at most 64 characters long.", "required": false, "sensitive": true, "title": "Community string at most 64 characters long", "type": "string" } }, "title": "SNMP v1, v2c community", "type": "object" }