Disaster Recovery Transition To Standby
Configures the current Orchestrator to transition to standby in a disaster recovery active/standby pair. Requires the activeAccessFromStandby
parameter that contains the data needed to configure standby. This data is produced by configureActiveForReplication
, which by default automatically calls transitionToStandby
; an explicit call is needed (with a blob obtained from getReplicationBlob
), only if configureActiveForReplication
is called with autoConfigStandby
set to false
.
Privileges required:
CREATE
REPLICATION
{
"activeAccessFromStandby": "string"
}
activeAccessFromStandby
Request was successfully processed
{
"rows": 1
}
curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{}' https://{api_host}/portal/rest/disasterRecovery/transitionToStandby