You can use the ModifyVolumePair method to pause or restart replication between a pair of volumes. This method is set on the source volume (the volume with read/write access).
This method has the following input parameters:
Name | Description | Type | Default value | Required |
---|---|---|---|---|
volumeID | Identification number of the volume to be modified. | integer | None | Yes |
pausedManual | Remote replication can be paused or restarted on the source (read/write) volume. Possible values:
|
boolean | None | No |
mode | Volume replication mode. Possible values:
|
string | None | No |
This method has no return value.
Requests for this method are similar to the following example:
{ "method": "ModifyVolumePair", "params": { "pausedManual": false, "volumeID": 5, "mode": "sync" }, "id": 1 }
This method returns a response similar to the following example:
{ "id" : 1, "result" : {} }
9.6