Load Balancer
List load balancers in a location
get/project/{project_id}/location/{location}/load-balancer
Path parameters
project_idstring required
Example:pjkkmx0f2vke4h36nk9cm8v8q0
ID of the project
locationstring required
Example:eu-central-h1
The Ubicloud location/region
Query parameters
start_afterstring
Pagination - Start after
page_sizeinteger
Pagination - Page size
order_columnstring
Pagination - Order column
Response
A list of Load Balancers
Example response
{
"items": [
{
"id": "1bhw8r4pn73t1m5f7rn7a5pej2"
}
]
}Changes
Changed in 1 of the 59 revisions of this API.1
- ○
added the optional property
items/items/cert_enabledto the response with the200statusresponse-optional-property-added
- ○