NSX-T Data Center REST API
Resolve a given address via the DNS forwarder (Deprecated)
Query the nameserver for an ip-address or a FQDN of the given an address optionally usingan specified DNS server. If the address is a fqdn, nslookup will resolve ip-address with it.
If the address is an ip-address, do a reverse lookup and answer fqdn(s).
Deprecated: Please use Policy API: GET /policy/api/v1/infra/tier-0s/{tier-0-id}/dns-forwarder/nslookup GET /policy/api/v1/infra/tier-1s/{tier-1-id}/dns-forwarder/nslookup
Request:
Method:
GET
URI Path(s):
/api/v1/dns/forwarders/{forwarder-id}/nslookup
Request Headers:
n/a
Query Parameters:
NsLookupParameters+
Request Body:
n/a
Successful Response:
Response Code:
200 OK
Response Headers:
Content-type: application/json
Response Body:
DnsAnswer+