NSX-T Data Center REST API
List IP Pools
Returns information about the configured IP address pools. Informationincludes the display name and description of the pool and the details of
each of the subnets in the pool, including the DNS servers, allocation
ranges, gateway, and CIDR subnet address.
Request:
Method:
GET
URI Path(s):
/api/v1/pools/ip-pools
Request Headers:
n/a
Query Parameters:
ListRequestParameters+
Request Body:
n/a
Example Request:
GET https://<nsx-mgr>/api/v1/pools/ip-poolsSuccessful Response:
Response Code:
200 OK
Response Headers:
Content-type: application/json
Response Body:
IpPoolListResult+