Operations and Methods
The following method-implemented operations are supported for the /vmRestorePoints collection in the Veeam Backup for AWS REST API:
- (GET)/api/v1/vmRestorePoints — retrieves resource representation of all EC2 instance restore points stored on S3 repositories added to the Veeam Backup for AWS configuration database.
- (GET)/api/v1/vmRestorePoints/{vmRestorePointId} — retrieves representation of an restore point with the specified ID.
- (GET)/api/v1/vmRestorePoints/{vmRestorePointId}/DefaultNetworkSettings — retrieves default network settings of a restore point with the specified ID.
- (POST)/api/v1/vmRestorePoints/{vmRestorePointId}/restoreVm — performs EC2 instance restore operation to a restore point with the specified ID.
- (POST)/api/v1/vmRestorePoints/{vmRestorePointId}/validateRestoreVm — validates EC2 instance restore operation to a restore point with the specified ID.
- (POST)/api/v1/vmRestorePoints/{vmRestorePointId}/restoreDisk — performs EC2 instance volume restore operation to a restore point with the specified ID.
- (POST)/api/v1/vmRestorePoints/{vmRestorePointId}/validateRestoreDisk — validates EC2 instance volume restore operation to a restore point with the specified ID.
- (POST)/api/v1/vmRestorePoints/{vmRestorePointId}/restoreFile — performs EC2 instance file-level restore operation to a restore point with the specified ID.