POST /load_balancers/{id}/actions/disable_public_interface

Disable the public interface of a Load Balancer. The Load Balancer will be not accessible from the internet via its public IPs.

Call specific error codes

CodeDescription
load_balancer_not_attached_to_networkThe Load Balancer is not attached to a network
targets_without_use_private_ipThe Load Balancer has targets that use the public IP instead of the private IP

Servers

Path parameters

Name Type Required Description
id Integer Yes

ID of the Load Balancer.

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.