"SoftLayer_" prefix removed for readability.
Move servers into our out of a bandwidth pool.
Name | Type | Description |
---|---|---|
hardwareToAdd | SoftLayer_Hardware[] | A collection of servers to be assigned to a bandwidth pool. |
hardwareToRemove | SoftLayer_Hardware[] | A collection of servers to be unassigned from an allotment and assigned to the virtual private rack |
cloudsToAdd | SoftLayer_Virtual_Guest[] | A collection of virtual servers to be assigned to a bandwidth pool. |
cloudsToRemove | SoftLayer_Virtual_Guest[] | A collection of virtual server to be unassigned from an allotment and assigned to the virtual private rack |
optionalAllotmentId | int | The bandwidth pool to move the servers to. Provided only for backwards compatibility. |
adcToAdd | SoftLayer_Network_Application_Delivery_Controller[] | A collection of application delivery controllers to be assigned to a bandwidth pool. |
adcToRemove | SoftLayer_Network_Application_Delivery_Controller[] | A collection of application delivery controllers to be unassigned from an allotment and assigned to the virtual private rack |
None
curl -g -u $SL_USER:$SL_APIKEY -X POST -d '{"parameters": [SoftLayer_Hardware, SoftLayer_Hardware, SoftLayer_Virtual_Guest, SoftLayer_Virtual_Guest, int, SoftLayer_Network_Application_Delivery_Controller, SoftLayer_Network_Application_Delivery_Controller]}' \
'https://api.softlayer.com/rest/v3.1/SoftLayer_Network_Bandwidth_Version1_Allotment/{SoftLayer_Network_Bandwidth_Version1_AllotmentID}/requestVdrContentUpdates'