NSX-T Data Center REST API

PerForwarderStatistics (type) (Deprecated)

{
  "deprecated": true,
  "description": "Query statistics counters of a forwarder identified by domain names.",
  "id": "PerForwarderStatistics",
  "module_id": "AggSvcDnsForwarder",
  "properties": {
    "domain_names": {
      "description": "Domain names configured for the forwarder. Empty if this is the default forwarder.",
      "items": {
        "type": "string"
      },
      "maxItems": 100,
      "minItems": 0,
      "readonly": true,
      "title": "Domain names configured for the forwarder",
      "type": "array"
    },
    "upstream_statistics": {
      "items": {
        "$ref": "PerUpstreamServerStatistics"
      },
      "maxItems": 3,
      "minItems": 0,
      "readonly": true,
      "required": false,
      "title": "Statistics per upstream server.",
      "type": "array"
    }
  },
  "title": "Per-forwarder query statistics counters",
  "type": "object"
}