Operation: POST
Method: SoftLayer_Network_Bandwidth_Version1_Allotment::createObject()
URL: SoftLayer_Network_Bandwidth_Version1_Allotment/createObject
Example Payload:
{
"parameters": [{
"accountId": 111111,
"bandwidthAllotmentTypeId": 2,
"locationGroupId": 1,
"name": "My_new_Bancwidth_Pool",
"serviceProviderId": 1
}]
}
Example CURL:
curl -H "Content-Type: application/json" --data @createpool.json "https://$SOFTLAYER_USERNAME:$SOFTLAYER_API_KEY@api.softlayer.com/rest/v3/SoftLayer_Network_Bandwidth_Version1_Allotment/createObject"