NSX-T Data Center REST API

DnsClientConfig (type)

{
  "description": "Dns config", 
  "id": "DnsClientConfig", 
  "module_id": "PolicyVpc", 
  "properties": {
    "dns_server_ips": {
      "description": "IPs of the DNS servers which need to be configured on the workload VMs", 
      "items": {
        "type": "string"
      }, 
      "required": false, 
      "type": "array"
    }
  }, 
  "title": "Dns configuration", 
  "type": "object"
}