"SoftLayer_" prefix removed for readability.
Verify that a virtual server can go through the operating system reload process.
Name | Type | Description |
---|---|---|
config | SoftLayer_Container_Hardware_Server_Configuration | The new cloud configuration for the reload. |
None
curl -g -u $SL_USER:$SL_APIKEY -X POST -d '{"parameters": [SoftLayer_Container_Hardware_Server_Configuration]}' \
'https://api.softlayer.com/rest/v3.1/SoftLayer_Virtual_Guest/{SoftLayer_Virtual_GuestID}/verifyReloadOperatingSystem'