To perform actions on tenants in replication links, you use these query parameters:
•pause — Pauses replication or recovery for the tenant on the replication link, as applicable.
•resume — Resumes replication or recovery for the tenant on the replication link, as applicable.
You use these query parameters with a POST request against the replication link content tenant resource. You cannot include a request body with this request.
Here’s a sample POST request that pauses replication activity for the Finance tenant 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/content/tenants/Finance?pause"
© 2015 Hitachi Data Systems Corporation. All rights reserved.