NSX-T Data Center REST API

DNSForwarderStatusPerEnforcementPoint (type)

{
  "abstract": true,
  "description": "DNS forwarder status per enforcement point.",
  "id": "DNSForwarderStatusPerEnforcementPoint",
  "module_id": "PolicyDNSStatistics",
  "polymorphic-type-descriptor": {
    "mode": "enabled",
    "property-name": "resource_type"
  },
  "properties": {
    "enforcement_point_path": {
      "description": "Policy path referencing the enforcement point from where the status is fetched.",
      "readonly": true,
      "title": "Enforcement point path",
      "type": "string"
    },
    "resource_type": {
      "enum": [
        "NsxTDNSForwarderStatus"
      ],
      "required": true,
      "type": "string"
    }
  },
  "title": "DNS forwarder status per enforcement point",
  "type": "object"
}