Update an L7 load balancer

Authentication

AuthorizationBearer

IBEE platform API token. Production tokens start with ibee_prod_key_; development tokens start with ibee_dev_key_. Use a token only with its matching gateway environment.

Path parameters

load_balancer_idstringRequired
Load balancer ID.

Query parameters

workspace_idstringRequiredformat: "^[1-9][0-9]*$">=1 character

The positive numeric workspace ID to scope this request to. Zero, negative, and non-numeric values are rejected.

Request

This endpoint expects an object.
namestringOptional1-128 characters
backendslist of objectsOptional
routingobjectOptional
tlsobjectOptional
custom_domainobject or nullOptional
ruleslist of objectsOptional

Response

L7 load balancer updated successfully.
lb_idstring
organization_idstring
workspace_idstring
namestring
layerenum
protocolenum
statusenum
endpointobject
urlstring
endpoint_urlstring
backendslist of objects
created_atdatetime
updated_atdatetime
workspace_namestringOptional
namespacestringOptional
ruleslist of objects or nullOptional

Errors

400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
409
Conflict Error