verifyReloadOperatingSystem


SoftLayer_Virtual_Guest::verifyReloadOperatingSystem

Verify that a virtual server can go through the operating system reload process.

Description

Verify that a virtual server can go through the operating system reload process. It may be useful to call this method before attempting to actually reload the operating system just to verify that the reload will go smoothly. If the server configuration is not setup correctly or there is some other issue, an exception will be thrown indicating the error. If there were no issues, this will just return true.

Parameters

Name Type Description
config SoftLayer_Container_Hardware_Server_Configuration The new cloud configuration for the reload.

Required Headers

Optional Headers

  • None

Return Values

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