Disaster Recovery Remove Standby

Disaster Recovery Remove Standby

Removes disaster recovery on the current server. In addition, makes a best-effort call to removeStandby on the paired disaster recovery server. No input parameters are required.

Privileges required:

CREATE REPLICATION

Request
URI
POST
https://{api_host}/portal/rest/disasterRecovery/removeStandby
COPY
Request Body
disaster_recovery_remove_standby of type(s) application/json
Required
Responses
200

Request was successfully processed

Returns disaster_recovery_remove_standby_result of type(s) application/json
This response body class contains all of the following: Inlinedisaster_recovery_remove_standby_result0
"disaster_recovery_remove_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/removeStandby