NSX-T Data Center REST API

PolicyDnsAnswerPerEnforcementPoint (type)

{
  "abstract": true,
  "description": "DNS forwarder nslookup answer per enforcement point.",
  "id": "PolicyDnsAnswerPerEnforcementPoint",
  "module_id": "PolicyDnsForwarder",
  "polymorphic-type-descriptor": {
    "mode": "enabled",
    "property-name": "resource_type"
  },
  "properties": {
    "enforcement_point_path": {
      "description": "Policy path referencing the enforcement point from where the DNS forwarder nslookup answer is fetched.",
      "readonly": true,
      "title": "Enforcement point path",
      "type": "string"
    },
    "resource_type": {
      "description": "Resource type of the DNS forwarder nslookup answer.",
      "enum": [
        "NsxTDnsAnswer"
      ],
      "required": true,
      "title": "Resource type",
      "type": "string"
    }
  },
  "title": "NSLookup answer per enforcement point",
  "type": "object"
}