NSX-T Data Center REST API

AggregateDNSForwarderStatistics (type)

{
  "additionalProperties": false,
  "description": "Aggregate of DNS forwarder statistics across enforcement points.",
  "id": "AggregateDNSForwarderStatistics",
  "module_id": "PolicyDNSStatistics",
  "properties": {
    "intent_path": {
      "description": "String path of the DNS forwarder intent.",
      "required": true,
      "title": "String path of the DNS forwarder intent",
      "type": "string"
    },
    "statistics_per_enforcement_point": {
      "description": "List of DNS forwarder statistics per enforcement point.",
      "items": {
        "$ref": "DNSForwarderStatisticsPerEnforcementPoint"
      },
      "readonly": true,
      "title": "List of DNS forwarder statistics per enforcement point",
      "type": "array"
    }
  },
  "title": "Aggregate of DNS forwarder statistics",
  "type": "object"
}