"SoftLayer_" prefix removed for readability.
unassign a collection of servers from an allotment and insert them into the accounts VPR.
Name | Type | Description |
---|---|---|
templateObjects | SoftLayer_Hardware[] | A collection of servers 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]}' \
'https://api.softlayer.com/rest/v3.1/SoftLayer_Network_Bandwidth_Version1_Allotment/unassignServers'