To perform actions on replication links, you use these query parameters:
•suspend — Suspend activity on the link.
•resume — Resume activity on a suspended link.
•failOver — Fail over the link to the remote system.
•failBack — For an active/active link, fail back the link.
•beginRecovery — For an active/passive link, begin data recovery.
•completeRecovery — For an active/passive link, complete data recovery.
•restore — Restore the link to the remote system.
You use these query parameters with a POST request against the link resource. You cannot include a request body with this request.
Here’s a sample POST request that suspends activity on the replication link named MA-CA:
curl -k -iX POST
-H "Authorization: HCP YWxscm9sZXM=:04EC9F614D89FF5C7126D32ACB448382"
"https://admin.hcp-ma.example.com:9090/mapi/services/replication/links/MA-CA
?suspend"
© 2015, 2020 Hitachi Vantara LLC. All rights reserved.