"SoftLayer_" prefix removed for readability.
Edit the object by passing in a modified instance of the object
Name | Type | Description |
---|---|---|
templateObject | SoftLayer_Layout_Profile_Containers | A skeleton SoftLayer_Layout_Profile_Containers 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_Containers]}' \
'https://api.softlayer.com/rest/v3.1/SoftLayer_Layout_Profile_Containers/{SoftLayer_Layout_Profile_ContainersID}/editObject'