NSX-T Data Center REST API

AggregatePolicyDnsAnswer (type)

{
  "additionalProperties": false,
  "description": "Aggregate of DNS forwarder nslookup answer across enforcement points.",
  "id": "AggregatePolicyDnsAnswer",
  "module_id": "PolicyDnsForwarder",
  "properties": {
    "dns_answer_per_enforcement_point": {
      "description": "List of DNS forwarder nslookup answer per enforcement point.",
      "items": {
        "$ref": "PolicyDnsAnswerPerEnforcementPoint"
      },
      "readonly": true,
      "title": "List of DNS forwarder nslookup answer per enforcement point",
      "type": "array"
    },
    "intent_path": {
      "description": "String path of the DNS forwarder intent.",
      "required": true,
      "title": "String path of the DNS forwarder intent",
      "type": "string"
    }
  },
  "title": "Aggregate of DNS forwarder nslookup answer",
  "type": "object"
}