Skip to content

/AWS1/CL_EC2=>GETIPAMPOOLALLOCATIONS()

About GetIpamPoolAllocations

Get a list of all the CIDR allocations in an IPAM pool. The Region you use should be the IPAM pool locale. The locale is the Amazon Web Services Region where this IPAM pool is available for allocations.

If you use this action after AllocateIpamPoolCidr or ReleaseIpamPoolAllocation, note that all EC2 API actions follow an eventual consistency model.

Method Signature

IMPORTING

Required arguments:

IV_IPAMPOOLID TYPE /AWS1/EC2IPAMPOOLID /AWS1/EC2IPAMPOOLID

The ID of the IPAM pool you want to see the allocations for.

Optional arguments:

IV_DRYRUN TYPE /AWS1/EC2BOOLEAN /AWS1/EC2BOOLEAN

A check for whether you have the required permissions for the action without actually making the request and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

IV_IPAMPOOLALLOCATIONID TYPE /AWS1/EC2IPAMPOOLALLOCATIONID /AWS1/EC2IPAMPOOLALLOCATIONID

The ID of the allocation.

IT_FILTERS TYPE /AWS1/CL_EC2FILTER=>TT_FILTERLIST TT_FILTERLIST

One or more filters for the request. For more information about filtering, see Filtering CLI output.

IV_MAXRESULTS TYPE /AWS1/EC2GETIPAMPOOLALLOCSMA00 /AWS1/EC2GETIPAMPOOLALLOCSMA00

The maximum number of results you would like returned per page.

IV_NEXTTOKEN TYPE /AWS1/EC2NEXTTOKEN /AWS1/EC2NEXTTOKEN

The token for the next page of results.

RETURNING

OO_OUTPUT TYPE REF TO /AWS1/CL_EC2GETIPAMPOOLALLOC01 /AWS1/CL_EC2GETIPAMPOOLALLOC01