Get a Load Balancer cluster
GET/v1/load_balancer_clusters/{id}
To retrieve details of a specific cluster, send a GET request to the /v1/load_balancer_clusters/{id} endpoint.
Authorization
bearerAuth AuthorizationBearer <token>
In: header
Path Parameters
| Field | Details |
|---|---|
id | stringA unique identifier of a Load Balancer cluster. |
Response Body
application/json
application/json
curl -X GET "https://example.com/v1/load_balancer_clusters/openZle7"{ "id": "openZle7", "name": "AMS443-shared", "location_id": 443, "location_code": "location917", "created_at": "2026-05-28T06:58:21Z", "updated_at": "2026-05-28T06:58:21Z"}