deleteLiveLoadBalancer


SoftLayer_Network_Application_Delivery_Controller::deleteLiveLoadBalancer

Remove a virtual IP address from a load balancer

Description

Remove a virtual IP address from an application delivery controller based load balancer. Only the ‘’name’’ property in the loadBalancer parameter must be populated. Changes are reflected immediately in the application delivery controller.

Parameters

Name Type Description
loadBalancer SoftLayer_Network_LoadBalancer_VirtualIpAddress The virtual IP address interface you wish to remove

Required Headers

Optional Headers

  • None

Return Values

  • boolean

Error Handling

  • Throw the exception “‘’name’’” if the API is unable to locate a virtual IP address on the load balancer with the name specified in the ‘’name’’ property in the loadBalancer parameter.

Associated Methods

curl -g -u $SL_USER:$SL_APIKEY -X POST -d '{"parameters": [SoftLayer_Network_LoadBalancer_VirtualIpAddress]}' \
'https://api.softlayer.com/rest/v3.1/SoftLayer_Network_Application_Delivery_Controller/{SoftLayer_Network_Application_Delivery_ControllerID}/deleteLiveLoadBalancer'