editObject


SoftLayer_Layout_Profile::editObject

Edit the layout profile object

Description

This method edits an existing layout profile object by passing in a modified instance of the object.

Parameters

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.

Required Headers

Optional Headers

  • None

Return Values

  • boolean
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'