Element software uses this version of the ModifySnapMirrorEndpoint method to modify the storage cluster name or IP address attributes for an unmanaged SnapMirror endpoint. Unmanaged endpoints cannot be administered using the Element SnapMirror APIs. They must be managed with ONTAP management software or APIs.
This method has the following input parameters:
Name | Description | Type | Default value | Required |
---|---|---|---|---|
SnapMirrorEndpointID | The SnapMirror endpoint to modify. | integer | None | Yes |
clusterName | The new name of the endpoint. | string | None | No |
ipAddresses | The new list of IP addresses for a cluster of ONTAP storage systems that should communicate with this Element storage cluster. | string array | None | No |
This method has the following return value:
Name | Description | Type |
---|---|---|
snapMirrorEndpoint | Information about the modified SnapMirror endpoint. | snapMirrorEndpoint |