- This topic has 1 reply, 2 voices, and was last updated October 1, 2020 by Chuck C.
API New VPG Error
You must be logged in to create new topics.
Click here to login
Zerto 7.5 U2 Attempting to create VPGs via API and receiving the following error:
Invoke-RestMethod : {“Message”:”Exception occurred in API: The following properties are mandatory when replicating from vSphere to vSphere. Set these accordingly:\nName:
DeleteBackup; Location: ProtectionGroupManagementSettings.ProtectionGroupSettings.BackupSettings\r\nName: TargetIdentifier; Location:
ProtectionGroupManagementSettings.ProtectionGroupSettings.BackupSettings.Target”}
Error seems to be in the backup settings of the JSON which mine look as follows:
“”Backup””: {“”RepositoryIdentifier””: null,“”RetentionPeriod””: null,“”Retry””: {“”IntervalInMinutes””: 10,“”Number””: 3,“”Retry””: true,}
Was there a solution to this?