reassignServers


SoftLayer_Network_Bandwidth_Version1_Allotment::reassignServers

reassign a collection of servers to a different allotment.

Description

This method will reassign a collection of SoftLayer hardware to a bandwidth allotment Bandwidth Pool.

Parameters

Name Type Description
templateObjects SoftLayer_Hardware[] A collection of servers to be reassigned to a new allotment
newAllotmentId int The id of the allotment that the objects will be reassigned to

Required Headers

Optional Headers

  • None

Return Values

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