The Element software web UI uses the ListSnapMirrorRelationships method to list one or all SnapMirror relationships on an Element storage cluster.
This method has the following input parameters:
Name | Description | Type | Default value | Required |
---|---|---|---|---|
snapMirrorEndpointID | List only the relationships associated with the specified endpoint ID. If no endpoint ID is provided, the system lists relationships from all known SnapMirror endpoints. | integer | None | No |
destinationVolume | List relationships associated with the specified destination volume. | snapMirrorVolumeInfo | None | No |
sourceVolume | List relationships associated with the specified source volume. | snapMirrorVolumeInfo | None | No |
vserver | List relationships on the specified Vserver. | string | None | No |
relationshipID | List relationships associated with the specified relationship ID. | string | None | No |
This method has the following return value:
Name | Description | Type |
---|---|---|
snapMirrorRelationships | A list of objects containing information about SnapMirror relationships. | snapMirrorRelationship array |