Reverse an existing SnapMirror relationship
POST /replication/reverse/{destinationWorkingEnvironmentId}/{destinationSvmName}/{destinationVolumeName}
Reverses an existing SnapMirror relationship. This method can only be performed when the relationship has already been established and is healthy and idle.
Parameters
| Name | Type | In | Required | Description |
|---|---|---|---|---|
destinationWorkingEnvironmentId |
string |
path |
True |
|
destinationSvmName |
string |
path |
True |
|
destinationVolumeName |
string |
path |
True |
Request Body
| Name | Type | Required | Description |
|---|---|---|---|
sourceWorkingEnvironmentId |
string |
True |
|
sourceSvmName |
string |
True |
|
sourceVolumeName |
string |
True |
Example request
{
"sourceWorkingEnvironmentId": "string",
"sourceSvmName": "string",
"sourceVolumeName": "string"
}
Error
Status: Default, Default response