The Element web UI uses the DeleteSnapMirrorRelationships method to remove one or more SnapMirror relationships between a source and destination endpoint.
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 |
destinationVolumes | The destination volume or volumes in the SnapMirror relationship. | snapMirrorVolumeInfo array | None | Yes |
This method has the following return values:
Name | Description | Type |
---|---|---|
result | If the delete action succeeded, this object contains a success message. If the action failed, it contains an error message. | JSON object |