system _subnet _pool _member _list
List members in subnet pool
get /v1 /system /subnet -pools / {pool } /members
Query Parameters
Maximum number of items returned by a single call
Token returned by previous call to retrieve the subsequent page
Responses
200
successful operation
Object
list of items on this page of results
A member (subnet) within a subnet pool
Object
id
ID of the pool member
max_prefix_length
Maximum prefix length for allocations from this subnet; a larger prefix means smaller allocations are allowed (e.g. a /24 prefix yields smaller subnet allocations than a /16 prefix).
min_prefix_length
Minimum prefix length for allocations from this subnet; a smaller prefix means larger allocations are allowed (e.g. a /16 prefix yields larger subnet allocations than a /24 prefix).
subnet
The subnet CIDR
subnet_pool_id
ID of the parent subnet pool
time_created
Time the pool member was created.
token used to fetch the next page of results (if any)
4XX
Error
5XX
Error