NSX-T Data Center REST API

PolicyDnsFailedQueries (type)

{
  "additionalProperties": false,
  "description": "The array of the failed DNS queries with entry count and timestamp on active and standby transport node.",
  "id": "PolicyDnsFailedQueries",
  "module_id": "PolicyDnsForwarder",
  "properties": {
    "per_node_failed_queries": {
      "description": "The array of failed DNS queries on active and standby transport node. If there is no standby node, the failed queries on standby node will not be present.",
      "items": {
        "$ref": "PolicyPerNodeDnsFailedQueries"
      },
      "readonly": true,
      "required": false,
      "title": "The array of failed DNS queries on active and standby transport node",
      "type": "array"
    },
    "timestamp": {
      "description": "Timestamp of the request, in YYYY-MM-DD HH:MM:SS.zzz format.",
      "readonly": true,
      "required": true,
      "title": "Timestamp of the request",
      "type": "string"
    }
  },
  "title": "The array of failed DNS queries for active and standby transport node",
  "type": "object"
}