updateLiveLoadBalancer


SoftLayer_Network_Application_Delivery_Controller::updateLiveLoadBalancer

Edit a virtual IP address within a load balancer

Description

Update the the virtual IP address interface within an application delivery controller based load balancer identified by the ‘’name’’ property in the loadBalancer parameter. You only need to set the properties in the loadBalancer parameter that you wish to change. Any virtual IP properties omitted or left empty are ignored. Changes are reflected immediately in the application delivery controller.

Parameters

Name Type Description
loadBalancer SoftLayer_Network_LoadBalancer_VirtualIpAddress The updated virtual IP address interface record

Required Headers

Optional Headers

  • None

Return Values

  • boolean

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}/updateLiveLoadBalancer'