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

Azure SQL Restore Points

The /restorePoints/sql resource collection represents all restore points of Azure SQL databases available for Veeam Backup for Microsoft Azure.

Collection URL

The resource collection is located at the following URL:

https://<hostname>/api/v3/restorePoints/sql

Restore PointsCollection Representation

{{

 "offset": 0,

 "limit": 200,

 "totalCount": 1,

 "results": [

   {

     "id": "168d6e8f-4a1d-450d-97f5-5b2ef2b59732",

     "type": "Full",

     "databaseId": "8qfsmgkcqmzd1xkyg8yc5qjnp63g1yorktewu75iaimyxwj5ht6y",

     "databaseName": "sqlDatabase",

     "vbrId": "2ce83546-3245-4c7e-9292-70812ed72523",

     "pointInTime": "2021-09-08T15:06:08.138766Z",

     "backupSizeBytes": 3171616,

     "gfsFlags": "Monthly",

     "jobSessionId": "91597f65-24b4-4680-9ab4-120e7d039aba",

     "backupDestination": "AzureBlob",

     "usn": 29471,

     "dataRetrievalStatus": "Retrieved",

     "retrievedDataExpirationDate": "2021-09-29T22:00:00Z",

     "notifyBeforeRetrievedDataExpirationHours": 1,

     "_embeddedResources": {},

     "_links": {

       "self": {

         "href": "https://51.11.247.127/api/v3/restorePoints/sql/168d6e8f-4a1d-450d-97f5-5b2ef2b59732?expand=None"

       },

       "BackupJob": {

         "href": "https://51.11.247.127/api/v3/jobSessions/91597f65-24b4-4680-9ab4-120e7d039aba"

       }

     }

   }

 ],

 "_links": {

   "self": {

     "href": "https://51.11.247.127/api/v3/restorePoints/sql?onlyLatest=False&dataRetrievalStatuses=Retrieved&expand=None&offset=0&limit=200"

   }

 }

}

In This Section