POST /load_balancers/{id}/actions/attach_to_network

Attach a Load Balancer to a Network.

Call specific error codes

CodeDescription
load_balancer_already_attachedThe Load Balancer is already attached to a network
ip_not_availableThe provided Network IP is not available
no_subnet_availableNo Subnet or IP is available for the Load Balancer within the network

Servers

Path parameters

Name Type Required Description
id Integer Yes

ID of the Load Balancer.

Request headers

Name Type Required Description
Content-Type String Yes The media type of the request body.

Default value: "application/json"

Request body fields

Name Type Required Description
network Integer Yes

ID of an existing network to attach the Load Balancer to

ip String No

IP to request to be assigned to this Load Balancer; if you do not provide this then you will be auto assigned an IP address

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. 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.
  3. Click Test request to test run your request to the API and see the API's response.