Disaster Recovery Get Replication Blob

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


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/getReplicationBlob