NSX Autonomous Edge REST API

SnmpV2Target (type)

{
  "description": "SNMP v2c manager's reachability information.", 
  "id": "SnmpV2Target", 
  "properties": {
    "community_string": {
      "description": "Community alias string at most 64 characters long.", 
      "required": false, 
      "sensitive": true, 
      "title": "Community string", 
      "type": "string"
    }, 
    "port": {
      "default": 162, 
      "description": "SNMP v2c manager's port.", 
      "maximum": 65535, 
      "minimum": 1, 
      "required": false, 
      "title": "SNMP v2c manager port", 
      "type": "integer"
    }, 
    "server": {
      "$ref": "HostnameOrIPv46Address, 
      "description": "SNMP v2c manager's IP or FQDN.", 
      "required": true, 
      "title": "SNMP v2c manager", 
      "type": "string"
    }
  }, 
  "title": "SNMP v2c targets information", 
  "type": "object"
}