Disaster Recovery Prepare For Standby

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"

400
Returns generic_400 of type(s) application/json
Operation doesn't return any data structure

500
Returns generic_500 of type(s) application/json
Operation doesn't return any data structure

Code Samples
COPY
                    curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '[{}]' https://{api_host}/portal/rest/disasterRecovery/prepareForStandby