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