Load Balancer
Get load balancer details
get/project/{project_id}/location/{location}/load-balancer/{load_balancer_reference}
Response
A Load Balancer
Example response
{
"id": "1bhw8r4pn73t1m5f7rn7a5pej2",
"vms": [
{
"id": "vmhfy8gff8c67hasb0eez2k1pd",
"location": "eu-central-h1",
"name": "my-vm-name"
}
]
}Changes
Changed in 2 of the 59 revisions of this API.2
- ○
added the required property
allOf[subschema #2]/vms/items/boot_imageto the response with the200statusresponse-required-property-added
- ○
- ○
added the optional property
allOf[LoadBalancer]/cert_enabledto the response with the200statusresponse-optional-property-added
- ○