We were using the Nutanix AHV Appliance before which I believe was running version 7 of the API, we used this quite heavily for job session data, restore points (protected vms) etc. However, a recent upgrade to VBR v13 has removed the AHV appliance and we're now having to use the plugin - 'Veeam Plug-in for Nutanix AHV' which is running v9 of the REST API.
Unfortunately in v8's change log it seems that the protectedVms was removed. This feature was quite handy for us to pull all of the restore points.
However in v9 of the REST API, it seems that there is no way to carry out a similar style of API request to pull the restore points for the Nutanix AHV VMs. Click here to see v9's documentation.
I've also tried looking into the powershell scripts available to the VBR server and using Get-VBRRestorePoint, however, this only seems to show 'Backup copy' jobs, and not those listed as 'Nutanix AHV Backups'. If I do try and run the command above on the Nutanix AHV job I receive this error.
Code: Select all
Get-VBRRestorePoint: Cannot get restore points from backup Backup 4 Weeks - DE, because it is encrypted or created by an enterprise application plug-in.Thanks,
Tom