NSX-T Data Center REST API

List IP Pool Allocations (Deprecated)

Returns information about which addresses have been allocated from a
specified IP address pool.
Deprecated:
This rest routine is deprecated. Use /infra/ip-pools/<ip-pool-id>/ip-allocations to get all ip pool allocations.

Request:

Method:
GET
URI Path(s):
/api/v1/pools/ip-pools/{pool-id}/allocations
Request Headers:
n/a
Query Parameters:
n/a
Request Body:
n/a

Successful Response:

Response Code:
200 OK
Response Headers:
Content-type: application/json
Response Body:
AllocationIpAddressListResult+

Example Response:

{ "result_count": 4, "results": [ { "allocation_id": "192.168.1.1" }, { "allocation_id": "192.168.1.3" }, { "allocation_id": "192.168.1.2" }, { "allocation_id": "192.168.1.4" } ] }

Required Permissions:

read

Feature:

groups_ip_pools

Additional Errors: