The Element software web UI uses the ListSnapMirrorNetworkInterfaces method to list all available SnapMirror interfaces on a remote ONTAP system.
This method has the following input parameters:
Name | Description | Type | Default value | Required |
---|---|---|---|---|
snapMirrorEndpointID | Return only the network interfaces associated with the specified endpoint ID. If no endpoint ID is provided, the system lists interfaces from all known SnapMirror endpoints. | integer | None | No |
interfaceRole | List only the network interface serving the specified role. | string | None | No |
This method has the following return value:
Name | Description | Type |
---|---|---|
snapMirrorNetworkInterfaces | A list of the SnapMirror network interfaces available on the remote ONTAP storage system. | snapMirrornetworkInterface array |
10.1