createObject


SoftLayer_Network_Bandwidth_Version1_Allotment::createObject

create a new allotment by passing in a allotment object.

Description

Create a allotment for servers to pool bandwidth and avoid overages in billing if they use more than there allocated bandwidth.

Parameters

Name Type Description
templateObject SoftLayer_Network_Bandwidth_Version1_Allotment The SoftLayer_Network_Bandwidth_Version1_Allotment object that you wish to create.

Required Headers

Optional Headers

Return Values

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'