Load Balancer Status
Lightweight status endpoint used to poll the lifecycle state of a load balancer (for example after create, upgrade, or power actions). Returns the id, name, and status (such as Creating, Running, Powered off) plus a data_monitor object. Pass the id query parameter to scope the response to a single load balancer.
GET
/api/v1/appliances/status/Query parameters
idQuerystringoptionalLoad balancer (appliance) ID to fetch status for. Omit to list status for all load balancers in the project.
- optional
- must be a valid load balancer ID
example{{lb_id}}page_noQueryintegeroptional1-based page number to retrieve.
- optional
- positive integer
example1per_pageQueryintegeroptionalNumber of records to return per page.
- optional
- positive integer
example5advance_search_stringQuerybooleanoptionalReserved search flag used by the console.
- optional
- boolean
exampletrueproject_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 by.
- must be a non-empty string
example{{location}}
Responses
200Successful response
example
200example
Successexample
1example
1