initiateBareMetalRestoreForServer


SoftLayer_Network_Storage_Backup_Evault::initiateBareMetalRestoreForServer

Initiate a bare metal restore for the specified server

Description

This method operates the same as the initiateBareMetalRestore() method. However, using this method, the Bare Metal Restore can be initiated on any Windows server under the account.

Parameters

Name Type Description
hardwareId int hardwareId to perform the bare metal restore on.

Required Headers

Optional Headers

  • None

Return Values

  • boolean
curl -g -u $SL_USER:$SL_APIKEY -X POST -d '{"parameters": [int]}' \
'https://api.softlayer.com/rest/v3.1/SoftLayer_Network_Storage_Backup_Evault/{SoftLayer_Network_Storage_Backup_EvaultID}/initiateBareMetalRestoreForServer'