The cache property
The droplets property
The forwarding_rules property
To delete a load balancer instance, disassociating any Droplets assigned to itand removing it from your account, send a DELETE request to/v2/load_balancers/$LOAD_BALANCER_ID.A successful request will receive a 204 status code with no body in response.This indicates that the request was processed successfully.
OptionalrequestConfiguration: RequestConfiguration<object>Configuration for the request such as headers, query parameters, and middleware options.
To show information about a load balancer instance, send a GET request to/v2/load_balancers/$LOAD_BALANCER_ID.
OptionalrequestConfiguration: RequestConfiguration<object>Configuration for the request such as headers, query parameters, and middleware options.
To update a load balancer's settings, send a PUT request to/v2/load_balancers/$LOAD_BALANCER_ID. The request should contain a fullrepresentation of the load balancer including existing attributes. It maycontain one of the droplets_ids or tag attributes as they are mutuallyexclusive. Note that any attribute that is not provided will be reset to itsdefault value.
The request body
OptionalrequestConfiguration: RequestConfiguration<object>Configuration for the request such as headers, query parameters, and middleware options.
To delete a load balancer instance, disassociating any Droplets assigned to itand removing it from your account, send a DELETE request to/v2/load_balancers/$LOAD_BALANCER_ID.A successful request will receive a 204 status code with no body in response.This indicates that the request was processed successfully.
OptionalrequestConfiguration: RequestConfiguration<object>Configuration for the request such as headers, query parameters, and middleware options.
To show information about a load balancer instance, send a GET request to/v2/load_balancers/$LOAD_BALANCER_ID.
OptionalrequestConfiguration: RequestConfiguration<object>Configuration for the request such as headers, query parameters, and middleware options.
To update a load balancer's settings, send a PUT request to/v2/load_balancers/$LOAD_BALANCER_ID. The request should contain a fullrepresentation of the load balancer including existing attributes. It maycontain one of the droplets_ids or tag attributes as they are mutuallyexclusive. Note that any attribute that is not provided will be reset to itsdefault value.
The request body
OptionalrequestConfiguration: RequestConfiguration<object>Configuration for the request such as headers, query parameters, and middleware options.
Builds and executes requests for operations under /v2/load_balancers/{lb_id}