Operations and Methods
In this article
The following method-implemented operations are supported for the /restorePoints collection in the Veeam Backup for Microsoft Azure REST API:
- (GET)/api/v3/restorePoints — retrieves resource representation of all Azure VM restore points stored in backup repositories added to the Veeam Backup for Microsoft Azure configuration database.
- (GET)/api/v3/restorePoints/{restorePointId} — retrieves representation of a restore point with the specified ID.
- (DELETE)/api/v3/restorePoints/{restorePointId} — removes restore points with the specified ID.
- (POST)/api/v3/restorePoints/{restorePointId}/restoreDisk — performs disk restore operation to a restore point with the specified ID.
- (POST)/api/v3/restorePoints/{restorePointId}/validateRestoreDisk — validates disk restore operation to a restore point with the specified ID.
- (POST)/api/v3/restorePoints/{restorePointId}/restoreVm — performs Azure VM restore operation to a restore point with the specified ID.
- (POST)/api/v3/restorePoints/{restorePointId}/validateRestoreVm — validates Azure VM volume restore operation to a restore point with the specified ID.
- (POST)/api/v3/restorePoints/{restorePointId}/restoreFile — performs Azure VM file-level restore operation to a restore point with the specified ID.