Last updated 7 months ago
Was this helpful?
Get all Load Balancers in a configuration
GET /api/v4.0/conf/{config}/load-balancers HTTP/1.1 Host: Accept: */*
Load Balancers retrieved successfully
{ "total": 1, "items": [ { "certificates": [ "text" ], "default_certificate": "text", "dns_name": "text", "listener_name": "text", "listener_port": 1, "load_balancer_type": "classic", "max_certificates": 1, "name": "text", "provider": "aws", "region": "text" } ] }
Add a certificate to a Load Balancer
An enumeration.
aws
gcp
false
true
PUT /api/v4.0/conf/{config}/load-balancers/{entry_name}/certificates/{certificate_id}?provider=aws®ion=text&listener=text&listener-port=1 HTTP/1.1 Host: Accept: */*
Successfully added certificate to Load Balancer
No content
Detach a non-default certificate from the Load Balancer
DELETE /api/v4.0/conf/{config}/load-balancers/{entry_name}/certificates?provider=text®ion=text HTTP/1.1 Host: Accept: */*
Successfully detached certificate from Load Balancer