"SoftLayer_" prefix removed for readability.
reassign a collection of servers to a different allotment.
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 |
None
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'