The Element software web UI uses the ListSnapMirrorLuns method to list the LUN information for the SnapMirror relationship from the remote ONTAP cluster.
This method has the following input parameters:
Name | Description | Type | Default value | Required |
---|---|---|---|---|
snapMirrorEndpointID | List only the LUN information associated with the specified endpoint ID. | integer | None | Yes |
destinationVolume | The destination volume in the SnapMirror relationship. | snapMirrorVolumeInfo | None | Yes |
This method has the following return values:
Name | Description | Type |
---|---|---|
snapMirrorLunInfos | A list of objects containing information about SnapMirror LUNs. | snapMirrorLunInfo array |
10.1