The Element software web UI uses the QuiesceSnapMirrorRelationship method to disable future data transfers for a SnapMirror relationship. If a transfer is in progress, the relationship status becomes "quiescing" until the transfer is complete. If the current transfer is aborted, it will not restart. You can reenable data transfers for the relationship using the ResumeSnapMirrorRelationship API method.
This method has the following input parameters:
Name | Description | Type | Default value | Required |
---|---|---|---|---|
snapMirrorEndpointID | The endpoint ID of the remote ONTAP storage system communicating with the Element storage cluster. | integer | None | Yes |
destinationVolume | The destination volume in the SnapMirror relationship. | snapMirrorVolumeinfo | None | Yes |
This method has the following return value:
Name | Description | Type |
---|---|---|
snapMirrorRelationship | An object containing information about the quiesced SnapMirror relationship. | snapMirrorRelationship |