NSX-T Data Center REST API
DnsProperties (type)
{
"additionalProperties": false,
"description": "This object contains a list of name servers and a list of search domains.",
"id": "DnsProperties",
"module_id": "CentralConfig",
"properties": {
"name_servers": {
"description": "List of name servers. If name_servers is an empty array, no name servers are configured. If the name_servers property is not specified or is set to null, the name_servers property will not be enforced by the CentralNodeConfigProfile on NSX nodes.",
"items": {
"$ref": "IPAddress"
},
"maxItems": 3,
"title": "Name servers",
"type": "array"
},
"search_domains": {
"description": "List of search domains. If search_domains is an empty array, no search domains are configured. If the search_domains property is not specified or is set to null, the search_domains property will not be enforced by the CentralNodeConfigProfile on NSX nodes.",
"items": {
"$ref": "NodeSearchDomain",
"format": "hostname"
},
"title": "Search domains",
"type": "array"
}
},
"title": "DNS properties",
"type": "object"
}