editObject


SoftLayer_Network_Bandwidth_Version1_Allotment::editObject

Edit a bandwidth allotment

Description

Edit a bandwidth allotment’s local properties. Currently you may only change an allotment’s name. Use the SoftLayer_Network_Bandwidth_Version1_Allotment::reassignServers and SoftLayer_Network_Bandwidth_Version1_Allotment::unassignServers methods to move servers in and out of your allotments.

Parameters

Name Type Description
templateObject SoftLayer_Network_Bandwidth_Version1_Allotment A skeleton SoftLayer_Network_Bandwidth_Version1_Allotment object with only the properties defined that you wish to change. Unchanged properties are left alone.

Required Headers

Optional Headers

  • None

Return Values

  • boolean
curl -g -u $SL_USER:$SL_APIKEY -X POST -d '{"parameters": [SoftLayer_Network_Bandwidth_Version1_Allotment]}' \
'https://api.softlayer.com/rest/v3.1/SoftLayer_Network_Bandwidth_Version1_Allotment/{SoftLayer_Network_Bandwidth_Version1_AllotmentID}/editObject'