Which API can be used to switch remote backups performed in an SCV backup job from SnapMirror to SnapVault?
Applies to
SnapCenter Plug-in for VMware vSphere (SCV)
Answer
- To modify SCV policy, use
PATCH /4.1/policies/{id} - The relevant parameters are as follows:
id: To get policy id, useGET /4.1/policiessnapshotLabel: Set snapshot label for SnapVaultupdateSnapmirror: Change fromtruetofalseupdateSnapvault: Change fromfalseto true
Additional Information
