NSX-T Data Center REST API

DnsForwarderStatistics (type) (Deprecated)

{
  "deprecated": true,
  "description": "The current statistics counters of the DNS forwarder including cache usages and query numbers per forwarders.",
  "id": "DnsForwarderStatistics",
  "module_id": "AggSvcDnsForwarder",
  "properties": {
    "conditional_forwarder_statistics": {
      "items": {
        "$ref": "PerForwarderStatistics"
      },
      "maxItems": 5,
      "minItems": 0,
      "readonly": true,
      "required": false,
      "title": "The statistics of conditional forwarders",
      "type": "array"
    },
    "configured_cache_size": {
      "readonly": true,
      "title": "The configured cache size, in kb",
      "type": "integer"
    },
    "default_forwarder_statistics": {
      "$ref": "PerForwarderStatistics",
      "readonly": true,
      "title": "The statistics of default forwarder"
    },
    "error_message": {
      "readonly": true,
      "required": false,
      "title": "Error message, if available",
      "type": "string"
    },
    "queries_answered_locally": {
      "readonly": true,
      "title": "The totocal number of queries answered from local cache",
      "type": "integer"
    },
    "queries_forwarded": {
      "readonly": true,
      "title": "The total number of forwarded dns queries",
      "type": "integer"
    },
    "timestamp": {
      "$ref": "EpochMsTimestamp",
      "readonly": true,
      "title": "Time stamp of the current statistics, in ms"
    },
    "total_queries": {
      "readonly": true,
      "title": "The total number of received dns queries",
      "type": "integer"
    },
    "used_cache_statistics": {
      "items": {
        "$ref": "PerNodeUsedCacheStatistics"
      },
      "maxItems": 2,
      "minItems": 0,
      "readonly": true,
      "required": false,
      "title": "The statistics of used cache",
      "type": "array"
    }
  },
  "title": "Statistics counters of the DNS forwarder",
  "type": "object"
}