snapmirror mediator modify
Modify mediator configuration
Availability: This command is available to cluster administrators at the admin privilege level.
Description
The snapmirror mediator modify
command is used to modify a mediator configuration entry.
Parameters
-peer-cluster <text>
- Peer cluster-
Peer cluster for which the mediator is configured.
[-mediator-address <IP Address>]
- Mediator Ip Address-
Specifies the IP address of the mediator. This is only applicable for ONTAP Mediator.
[-type {on-prem|cloud}]
- Mediator Type-
Specifies the type of the mediator. The value
on-prem
represents ONTAP Mediator. The valuecloud
represents ONTAP cloud mediator. [-use-http-proxy-local {true|false}]
- Use HTTP Proxy on Local Cluster-
Specifies if the local cluster should use http-proxy server while making REST API calls to mediator. This option is only supported for ONTAP cloud mediator.
[-use-http-proxy-remote {true|false}]
- Use HTTP Proxy on Remote Cluster-
Specifies if the remote cluster should use http-proxy server while making REST API calls to mediator. This option is only supported for ONTAP cloud mediator.
Examples
The following example modifies a mediator configuration entry.
clusA::> snapmirror mediator modify -peer-cluster clusB -type cloud -use-http-proxy-local true -use-http-proxy-remote true -strict-cert-validation true