upgradeConnectionLimit


SoftLayer_Network_Application_Delivery_Controller_LoadBalancer_VirtualIpAddress::upgradeConnectionLimit

Upgrades the connection limit on the Virtual IP Address and changes the billing item on your account to reflect the change.

Description

Upgrades the connection limit on the Virtual IP to Address to the next, higher connection limit of the same product.

Parameters

None

Required Headers

Optional Headers

  • None

Return Values

  • boolean

Error Handling

  • Throw the exception “You are not authorized to upgrade this service” If you are not the primary account holder or listed as a master user
  • Throw the exception “No further upgrades available.” if there are no more available upgrades
  • Throw the exception “There was an issue completing your billing changes, please open a billing ticket if the problem persists” if there was an issue completing the billing process. Open a billing ticket if the problem persists.
curl -g -u $SL_USER:$SL_APIKEY -X GET \
'https://api.softlayer.com/rest/v3.1/SoftLayer_Network_Application_Delivery_Controller_LoadBalancer_VirtualIpAddress/{SoftLayer_Network_Application_Delivery_Controller_LoadBalancer_VirtualIpAddressID}/upgradeConnectionLimit'