NSX-T Data Center REST API

EnforcementDnsForwarderStatistics (type)

{
  "additionalProperties": false,
  "id": "EnforcementDnsForwarderStatistics",
  "module_id": "PolicyVpcStatistics",
  "properties": {
    "conditional_forwarder_statistics": {
      "items": {
        "$ref": "ConditionalForwarderStatistics"
      },
      "readonly": true,
      "required": false,
      "title": "Statistics for DNS Forwarder Enforcement.",
      "type": "array"
    },
    "enforcement_point_path": {
      "required": true,
      "title": "The path of enforcement_point",
      "type": "string"
    },
    "queries_answered_locally": {
      "required": false,
      "title": "The number of queries answered locally",
      "type": "integer"
    },
    "resource_type": {
      "required": true,
      "title": "The resource type",
      "type": "string"
    }
  },
  "type": "object"
}