"SoftLayer_" prefix removed for readability.
Create a new layout profile
Name | Type | Description |
---|---|---|
templateObject | SoftLayer_Layout_Profile | The SoftLayer_Layout_Profile object that you wish to create. |
None
curl -g -u $SL_USER:$SL_APIKEY -X POST -d '{"parameters": [SoftLayer_Layout_Profile]}' \
'https://api.softlayer.com/rest/v3.1/SoftLayer_Layout_Profile/createObject'