NSX-T Data Center REST API
Associated URIs:
| API Description | API Path |
|---|---|
Perform host resolution testPerform host resolution test from individual manager node, where this API is executed for the requested hostname. Depending upon resolved hostname, response can have - only resolved_ip_addresses or only resolved_ip6_addresses or
both resolved_ip_addresses and resolved_ip6_addresses.
|
POST /api/v1/administration/network-diagnosis/host-resolution-test
|
Perform ping reachability testPerform ping reachability test from individual manager node, where this API is executed for the requested destination. By default ping test is performed for 4 counts,
which can be changed as per the request body. |
POST /api/v1/administration/network-diagnosis/ping-reachability-test
|