NSX-T Data Center REST API

DnsForwarderStats (type)

{
  "additionalProperties": false,
  "id": "DnsForwarderStats",
  "module_id": "PolicyVpcStatistics",
  "properties": {
    "statistics_per_enforcement_point": {
      "items": {
        "$ref": "EnforcementDnsForwarderStatistics"
      },
      "readonly": true,
      "required": true,
      "title": "Statistics for DNS Forwarder Enforcement.",
      "type": "array"
    }
  },
  "type": "object"
}