Disaster Recovery Get Replication Blob
Gets from the active Orchestrator the blob needed to configure replication on the standby. Used only when configureActiveForReplication
was called with autoConfigStandby
set to false
[true
by default].
Privileges required:
CREATE
REPLICATION
Request
URI
POST
https://{api_host}/portal/rest/disasterRecovery/getReplicationBlob
COPY
Request Body
disaster_recovery_get_replication_blob
of type(s)
application/json
Required
Responses
200
Request was successfully processed
Returns
disaster_recovery_get_replication_blob_result
of type(s)
application/json
"disaster_recovery_get_replication_blob_result Object"
string
activeAccessFromStandby
Required
activeAccessFromStandby
Code Samples
COPY
curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '[{}]' https://{api_host}/portal/rest/disasterRecovery/getReplicationBlob
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