"SoftLayer_" prefix removed for readability.
Edit the layout profile object
Name | Type | Description |
---|---|---|
templateObject | SoftLayer_Layout_Profile | A skeleton SoftLayer_Layout_Profile object with only the properties defined that you wish to change. Unchanged properties are left alone. |
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/{SoftLayer_Layout_ProfileID}/editObject'