This is an archive version of the document. To get the most up-to-date information, see the current version.

Data Recovery

The /vmRestorePoints resource collection represents all restore points of an EC2 instances available for Veeam Backup for AWS.

Collection URL

The resource collection is located at the following URL:

https://<hostname>:<port>/api/v1/vmRestorePoints

Data RecoveryCollection Representation

{

 "totalCount": 5,

 "results": [

   {

     "id": "2411f864-b893-484a-a56f-158aba6f563b",

     "pointInTime": "2020-03-31T11:23:27.321",

     "backupSizeBytes": 45097156608,

     "_links": [

       {

         "method": "GET",

         "rel": "self",

         "href": "https://135.169.170.192:11005/api/v1/vmRestorePoints/2411f864-b893-484a-a56f-158aba6f563b"

       },

       {

         "method": "POST",

         "rel": "ValidateRestoreDisk",

         "href": "https://135.169.170.192:11005/api/v1/vmRestorePoints/2411f864-b893-484a-a56f-158aba6f563b/validateRestoreDisk"

       },

       {

         "method": "POST",

         "rel": "RestoreDisk",

         "href": "https://135.169.170.192:11005/api/v1/vmRestorePoints/2411f864-b893-484a-a56f-158aba6f563b/restoreDisk"

       },

       {

         "method": "POST",

         "rel": "ValidateRestoreVm",

         "href": "https://135.169.170.192:11005/api/v1/vmRestorePoints/2411f864-b893-484a-a56f-158aba6f563b/validateRestoreVm"

       },

       {

         "method": "POST",

         "rel": "RestoreVm",

         "href": "https://135.169.170.192:11005/api/v1/vmRestorePoints/2411f864-b893-484a-a56f-158aba6f563b/restoreVm"

       }

     ]

   },

...

 

 ],

 "_links": [

   {

     "method": "GET",

     "rel": "self",

     "href": "https://135.169.170.192:11005/api/v1/vmRestorePoints?VirtualMachineId=d7b9e26d-1980-4dbb-baf3-5534fe5c8dd8"

   }

 ]

}

In This Section