System Administration > Configuration > Fabric > Pool Management > IP Pools

List IP Pool Allocations

Returns information about which addresses have been allocated from a
specified IP address pool.

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

Example Request:

GET https://<nsx-mgr>/api/v1/pools/ip-pools/4b1c354d-bf7a-42ce-8e27-57e75e803fa8/allocations

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: