initiateIderaBareMetalRestore


SoftLayer_Hardware_Server::initiateIderaBareMetalRestore

Initiate an Idera bare metal restore for the server tied to an Idera Server Backup

Description

Idera Bare Metal Server Restore is a backup agent designed specifically for making full system restores made with Idera Server Backup.

Parameters

None

Required Headers

Optional Headers

  • None

Return Values

  • boolean

Error Handling

  • Throws the exception ‘You do not have permission to this service.’ when a user does not have permission to Issue OS Reloads.
  • Throws the exception ‘There is currently an outstanding transaction for this server.’ when there is a current hardware update.
curl -g -u $SL_USER:$SL_APIKEY -X GET \
'https://api.softlayer.com/rest/v3.1/SoftLayer_Hardware_Server/{SoftLayer_Hardware_ServerID}/initiateIderaBareMetalRestore'