The Element software web UI uses the ListSnapMirrorVolumes method to list all SnapMirror volumes available on a remote ONTAP system.
This method has the following input parameter:
Name | Description | Type | Default value | Required |
---|---|---|---|---|
snapMirrorEndpointID | List only the volumes associated with the specified endpoint ID. If no endpoint ID is provided, the system lists volumes from all known SnapMirror endpoints. | integer | None | No |
vserver | List volumes hosted on the specified Vserver. The Vserver must be of type "data". | string | None | No |
name | List only ONTAP volumes with the specified name. | string | None | No |
type | List only ONTAP volumes of the specified type. Possible values:
|
string | None | No |
This method has the following return value:
Name | Description | Type |
---|---|---|
snapMirrorVolumes | A list of the SnapMirror volumes available on the ONTAP storage system. | snapMirrorVolume array |
10.1