NSX-T Data Center REST API
Associated URIs:
API Description | API Path |
---|---|
List IP PoolsReturns information about the configured IP address pools. Information includes 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. |
GET /api/v1/pools/ip-pools
(Deprecated)
|
Read IP PoolReturns information about the specified IP address pool. |
GET /api/v1/pools/ip-pools/{pool-id}
(Deprecated)
|
List IP Pool AllocationsReturns information about which addresses have been allocated from a specified IP address pool. |
GET /api/v1/pools/ip-pools/{pool-id}/allocations
(Deprecated)
|