disasterRecoveryFailoverToReplicant


SoftLayer_Network_Storage_Backup_Evault::disasterRecoveryFailoverToReplicant

Failover an inaccessible block/file volume to its available replicant volume.

Description

If a volume (with replication) becomes inaccessible due to a disaster event, this method can be used to immediately failover to an available replica in another location. This method does not allow for fail back via the API. To fail back to the original volume after using this method, open a support ticket. To test failover, use SoftLayer_Network_Storage::failoverToReplicant instead.

Parameters

Name Type Description
replicantId int Replicant ID to failover to

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}/disasterRecoveryFailoverToReplicant'