updateSslCiphers


SoftLayer_Network_LBaaS_LoadBalancer::updateSslCiphers

Updates the cipher list of the load balancer

Description

Updates the load balancer with the new cipher list. All new connections going forward will use the new set of ciphers selected by the user.

Parameters

Name Type Description
loadBalancerUuid string
cipherList int[]

Required Headers

Optional Headers

Return Values

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