NSX-T Data Center REST API

PolicyDnsFailedQueryRequestParameters (type)

{
  "additionalProperties": false,
  "id": "PolicyDnsFailedQueryRequestParameters",
  "module_id": "PolicyDnsForwarder",
  "properties": {
    "count": {
      "default": 100,
      "description": "How many failed DNS queries should be returned.",
      "maximum": 1000,
      "minimum": 1,
      "required": false,
      "title": "The count of the failed DNS queries",
      "type": "integer"
    },
    "enforcement_point_path": {
      "default": "/infra/sites/default/enforcement-points/default",
      "description": "An enforcement point path, on which the action is to be performed. If not specified, default enforcement point path, /infra/sites/default/enforcement-points/default will be considered.",
      "required": false,
      "title": "An enforcement point path, on which the action is to be performed",
      "type": "string"
    }
  },
  "title": "Dns failed query request parameter",
  "type": "object"
}