updateLoadBalancerProtocols


SoftLayer_Network_LBaaS_Listener::updateLoadBalancerProtocols

Update/create load balancers protocols

Description

Update (create) load balancers front- and backend protocols and return load balancer object with listeners (frontend), pools (backend), server instances (members) and datacenter populated. Note if a protocolConfiguration has no listenerUuid set, this function will create the specified front- and backend accordingly. Otherwise the given front- and backend will be updated with the new protocol and port.

Parameters

Name Type Description
loadBalancerUuid string
protocolConfigurations SoftLayer_Network_LBaaS_LoadBalancerProtocolConfiguration[]

Required Headers

Optional Headers

Return Values

curl -g -u $SL_USER:$SL_APIKEY -X POST -d '{"parameters": [string, SoftLayer_Network_LBaaS_LoadBalancerProtocolConfiguration]}' \
'https://api.softlayer.com/rest/v3.1/SoftLayer_Network_LBaaS_Listener/updateLoadBalancerProtocols'