NSX-T Data Center REST API
Associated URIs:
| API Description | API Path | 
|---|---|
| Read the Node's Name ServersReturns the list of servers that the node uses to look up IP addresses associated with given domain names. | GET /api/v1/transport-nodes/<transport-node-id>/node/network/name-servers GET /api/v1/cluster/<cluster-node-id>/node/network/name-servers GET /api/v1/node/network/name-servers | 
| Update the Node's Name ServersModifies the list of servers that the node uses to look up IP addresses associated with given domain names. If DHCP is configured, this method returns a 409 CONFLICT error, because DHCP manages the list of name servers. | PUT /api/v1/transport-nodes/<transport-node-id>/node/network/name-servers PUT /api/v1/cluster/<cluster-node-id>/node/network/name-servers PUT /api/v1/node/network/name-servers | 
| Read the Node's Search DomainsReturns the domain list that the node uses to complete unqualified host names. When a host name does not include a fully qualified domain name (FQDN), the NSX Management node appends the first-listed domain name to the host name before the host name is looked up. The NSX Management node continues this for each entry in the domain list until it finds a match. | GET /api/v1/cluster/<cluster-node-id>/node/network/search-domains GET /api/v1/node/network/search-domains GET /api/v1/transport-nodes/<transport-node-id>/node/network/search-domains | 
| Update the Node's Search DomainsModifies the list of domain names that the node uses to complete unqualified host names. If DHCP is configured, this method returns a 409 CONFLICT error, because DHCP manages the list of name servers. | PUT /api/v1/cluster/<cluster-node-id>/node/network/search-domains PUT /api/v1/node/network/search-domains PUT /api/v1/transport-nodes/<transport-node-id>/node/network/search-domains | 
