"SoftLayer_" prefix removed for readability.
create a new allotment by passing in a allotment object.
Name | Type | Description |
---|---|---|
templateObject | SoftLayer_Network_Bandwidth_Version1_Allotment | The SoftLayer_Network_Bandwidth_Version1_Allotment object that you wish to create. |
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/createObject'