PUT /v2/load_balancers/{lb_id}
To update a load balancer's settings, send a PUT request to
/v2/load_balancers/$LOAD_BALANCER_ID
. The request should contain a full
representation of the load balancer including existing attributes. It may
contain one of the droplets_ids
or tag
attributes as they are mutually
exclusive. Note that any attribute that is not provided will be reset to its
default value.
Servers
- https://api.digitalocean.com
Path parameters
Name | Type | Required | Description |
---|---|---|---|
lb_id |
String | Yes |
A unique identifier for a load balancer. |
Request headers
Name | Type | Required | Description |
---|---|---|---|
Content-Type |
String | Yes |
The media type of the request body.
Default value: "application/json" |
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.