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).
Request:
Method:
              GET
            URI Path(s):
              
              
                  
                  /api/v1/dns/forwarders/<forwarder-id>/nslookup
                  
              
            Request Headers:
                n/a
            Query Parameters:
    NsLookupParameters+
  Request Body:
    n/a
  Example Request:
GET https://<nsx-mgr>/api/v1/dns/forwarders/1b6cb97f-ffa3-407c-b2ed-a9616feb95dd/nslookup?address=vmware.comSuccessful Response:
Response Code:
                200 OK
              Response Headers:
                  
                  Content-type: application/json
                Response Body:
    DnsAnswer+