createObject


SoftLayer_Layout_Profile::createObject

Create a new layout profile

Description

This method creates a new layout profile object.

Parameters

Name Type Description
templateObject SoftLayer_Layout_Profile The SoftLayer_Layout_Profile object that you wish to create.

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/createObject'