List Load Balancers
Returns a paginated list of the load balancer appliances in the project. Each entry contains the underlying node detail (public/private IP, plan, price), the full HAProxy configuration context (the same object you send to Update Load Balancer), the current status, and committed-pricing details. Use page_no and per_page to page through results; total_count and total_page_number are returned at the top level.
GET
/api/v1/appliances/Query parameters
page_noQueryintegeroptional1-based page number to retrieve.
- optional
- positive integer
- defaults to 1 when omitted
example1per_pageQueryintegeroptionalNumber of load balancers to return per page.
- optional
- positive integer
example5advance_search_stringQuerybooleanoptionalReserved search flag used by the console. Send
falsefor the standard listing.- optional
- boolean
examplefalseproject_idQueryintegerrequiredIdentifier of the project to scope the request to. Required integer project ID.
- required
- must be a valid integer project ID
example{{project_id}}apikeyQuerystringrequiredAPI key used to authenticate the request
- required
- non-empty string
example{{api_key}}locationQuerystringrequiredRegion to filter load balancers by.
- must be a non-empty string
example{{location}}
Responses
200Successful response
example
200example
Successexample
1example
1