NSX Autonomous Edge REST API

SnmpV3Target (type)

{
  "description": "SNMP v3 manager's reachability information.",
  "id": "SnmpV3Target",
  "properties": {
    "port": {
      "default": 162,
      "description": "SNMP v2c manager's port.",
      "maximum": 65535,
      "minimum": 1,
      "required": false,
      "title": "SNMP v2c manager port",
      "type": "integer"
    },
    "security_level": {
      "default": "AUTH_PRIV",
      "description": "SNMP v3 security level.",
      "enum": [
        "AUTH_PRIV"
      ],
      "title": "Security level",
      "type": "string"
    },
    "server": {
      "$ref": "HostnameOrIPv46Address",
      "description": "Specify the fully qualified domain name, or ip address, of the server.",
      "required": true,
      "title": "FQDN or IP address of the SNMP Manager",
      "type": "string"
    },
    "user_id": {
      "description": "Specify the user name used to authenticate with the SNMP Manager.",
      "required": true,
      "title": "SNMP v3 user id",
      "type": "string"
    }
  },
  "title": "SNMP v3 targets information",
  "type": "object"
}