NSX-T Data Center REST API

PolicyNsLookupParameters (type)

{
  "extends": {
    "$ref": "PolicyRuntimeOnEpRequestParameters"
  },
  "id": "PolicyNsLookupParameters",
  "module_id": "PolicyDnsForwarder",
  "properties": {
    "address": {
      "required": false,
      "title": "IP address or FQDN for nslookup",
      "type": "string"
    },
    "enforcement_point_path": {
      "description": "enforcement point path, forward slashes must be escaped using %2F.",
      "required": false,
      "title": "String Path of the enforcement point",
      "type": "string"
    }
  },
  "type": "object"
}