Disaster Recovery Prepare For Standby
Transitions the current Orchestrator to a quiesced state, ready to be configured as a standby system. No input parameters are required. After this call, the Orchestrator will be restarted in standby mode. The caller should subsequently poll getReplicationStatus
until drState
is STANDBY_CANDIDATE
. This is the first step in configuring Orchestrator disaster recovery.
Privileges required:
CREATE
REPLICATION
Request
URI
POST
https://{api_host}/portal/rest/disasterRecovery/prepareForStandby
COPY
Request Body
disaster_recovery_prepare_for_standby
of type(s)
application/json
Required
Responses
200
Request was successfully processed
Returns
disaster_recovery_prepare_for_standby_result
of type(s)
application/json
This response body class contains all of the following:
Inlinedisaster_recovery_prepare_for_standby_result0
"disaster_recovery_prepare_for_standby_result Object"
Code Samples
COPY
curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '[{}]' https://{api_host}/portal/rest/disasterRecovery/prepareForStandby
All Operations
POST
Disaster Recovery Configure Active For Replication
POST
Disaster Recovery Demote Active
POST
Disaster Recovery Get Replication Blob
POST
Disaster Recovery Get Replication Status
POST
Disaster Recovery Prepare For Standby
POST
Disaster Recovery Promote Standby To Active
POST
Disaster Recovery Remove Standby
POST
Disaster Recovery Transition To Standby