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/policies
snapshotLabel
: Set snapshot label for SnapVaultupdateSnapmirror
: Change fromtrue
tofalse
updateSnapvault
: Change fromfalse
to true
Additional Information