upgradeConnectionLimit


SoftLayer_Network_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 VirtualIp and changes the billing item on your account to reflect the change. This function will only upgrade you to the next “level” of service. The next level follows this pattern Current Level => Next Level 50 100 100 200 200 500 500 1000 1000 1200 1200 1500 1500 2000 2000 2500 2500 3000

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_LoadBalancer_VirtualIpAddress/{SoftLayer_Network_LoadBalancer_VirtualIpAddressID}/upgradeConnectionLimit'