List load balancer pool members
Load Balancers
List load balancer pool members
GET
List load balancer pool members
Authorizations
API key for authentication. Make sure to include the word apikey, followed by a single space and then your token.
Example: apikey 1234_abcdef
Path Parameters
Project ID
Example:
1
Region ID
Example:
1
Pool ID
Example:
"00000000-0000-4000-8000-000000000000"
Query Parameters
Optional. Limit the number of returned items
Required range:
x <= 1000Example:
1000
Optional. Offset value is used to exclude the first set of records from the result
Required range:
x >= 0Example:
0
Ordering pool members list result by address or created_at fields and directions (e.g. address.desc). Default is address.asc.
Available options:
address.asc, address.desc, created_at.asc, created_at.desc Example:
"address.asc"