The Element software web UI uses the ListSnapMirrorVservers method to list all SnapMirror Vservers available on a remote ONTAP system.
This method has the following input parameter:
Name | Description | Type | Default value | Required |
---|---|---|---|---|
snapMirrorEndpointID | List only the Vservers associated with the specified endpoint ID. If no endpoint ID is provided, the system lists Vservers from all known SnapMirror endpoints. | integer | None | No |
vserverType | List only Vservers of the specified type. Possible values:
|
string | None | No |
vserverName | List only Vservers with the specified name. | string | None | No |
This method has the following return value:
Name | Description | Type |
---|---|---|
snapMirrorVservers | A list of the SnapMirror Vservers available on the ONTAP storage system. | snapMirrorVserver array |
10.1