NSX-T Data Center REST API

PerNodeDnsFailedQueries (type)

{
  "additionalProperties": false,
  "description": "The list of the failed DNS queries with entry count and timestamp. The entry count is for per active/standby transport node.",
  "extends": {
    "$ref": "ListResult"
  },
  "id": "PerNodeDnsFailedQueries",
  "module_id": "DnsForwarder",
  "properties": {
    "_links": {
      "description": "The server will populate this field when returing the resource. Ignored on PUT and POST.",
      "items": {
        "$ref": "ResourceLink"
      },
      "readonly": true,
      "title": "References related to this resource",
      "type": "array"
    },
    "_schema": {
      "readonly": true,
      "title": "Schema for this resource",
      "type": "string"
    },
    "_self": {
      "$ref": "SelfResourceLink",
      "readonly": true,
      "title": "Link to this resource"
    },
    "cursor": {
      "readonly": true,
      "title": "Opaque cursor to be used for getting next page of records (supplied by current result page)",
      "type": "string"
    },
    "node_id": {
      "description": "The Uuid of active/standby transport node.",
      "readonly": true,
      "required": true,
      "title": "Uuid of active/standby transport node",
      "type": "string"
    },
    "result_count": {
      "readonly": true,
      "title": "Count of results found (across all pages), set only on first page",
      "type": "integer"
    },
    "results": {
      "description": "The list of failed DNS queries.",
      "items": {
        "$ref": "DnsFailedQuery"
      },
      "readonly": true,
      "required": false,
      "title": "List of failed DNS queries",
      "type": "array"
    },
    "sort_ascending": {
      "readonly": true,
      "title": "If true, results are sorted in ascending order",
      "type": "boolean"
    },
    "sort_by": {
      "readonly": true,
      "title": "Field by which records are sorted",
      "type": "string"
    },
    "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 list of failed DNS queries per transport node",
  "type": "object"
}