- About Veeam Backup & Replication REST API
- Overview
- How To
- Changelog
- Login
- Service
- Services
- Credentials
- getGet All Credentials
- postAdd Credentials Record
- getGet Credentials Record
- putEdit Credentials Record
- delRemove Credentials Record
- postChange Password
- postChange Linux Private Key
- postChange Linux Root Password
- getGet All Cloud Credentials
- postAdd Cloud Credentials Record
- postGet Microsoft Azure Verification Code
- postRegister Azure AD Application
- postGet Google Authentication Information
- getGet Cloud Credentials Record
- putEdit Cloud Credentials Record
- delRemove Cloud Credentials Record
- postChange Secret Key
- postChange Google Service Account
- postChange Certificate
- getGet All Helper Appliances
- postAdd or Edit Helper Appliance
- getGet Helper Appliance
- delRemove Helper Appliance
- Encryption
- Connection
- Cloud Browser
- Inventory Browser
- Traffic Rules
- General Options
- Malware Detection
- Configuration Backup
- Managed Servers
- Repositories
- getGet All Repositories
- postAdd Repository
- getGet All Repository States
- getGet Repository
- putEdit Repository
- delRemove Repository
- getGet All Scale-Out Backup Repositories
- postAdd Scale-Out Backup Repository
- getGet Scale-Out Backup Repository
- putEdit Scale-Out Backup Repository
- delRemove Scale-Out Backup Repository
- postEnable Sealed Mode
- postDisable Sealed Mode
- postEnable Maintenance Mode
- postDisable Maintenance Mode
- Proxies
- WAN Accelerators
- Jobs
- Backups
- Backup Objects
- Restore Points
- Restore
- getGet All VM Mounts
- postStart Instant Recovery
- getGet VM Mount
- postStop VM Publishing
- postStart VM Migration
- postRestore Entire VMware vSphere VM
- postRestore Entire VMware Cloud Director VM
- getGet All FCD Mounts
- postStart Instant FCD Recovery
- getGet FCD Mount
- postStop FCD Publishing
- postStart FCD Migration
- postStart File Restore
- postUnmount File System
- Backup Browsers
- getGet All File Restore Mounts
- getGet File Restore Mount
- postBrowse File System
- postCompare Attributes
- postCompare Files and Folders
- postSearch for Files and Folders
- postBrowse Search Results
- postRestore Files and Folders to Original Location
- postRestore Files and Folders to Another Location
- postPrepare Files and Folders for Download
- postDownload Files and Folders
- Tasks
- Replicas
- Replica Restore Points
- Failover
- Failback
- Sessions
- Agents
- Automation
- postImport Jobs
- postExport Jobs
- postImport Credentials
- postExport Credentials
- postImport Cloud Credentials
- postExport Cloud Credentials
- postImport Proxies
- postExport Proxies
- postImport Servers
- postExport Servers
- postImport Repositories
- postExport Repositories
- postImport Encryption Passwords
- postExport Encryption Passwords
- getGet All Automation Sessions
- getGet Automation Session
- getGet Automation Session Logs
- postStop Automation Session
The Restore Points section defines paths and operations for retrieving restore points created on the backup server and backed up disks from the restore points.
Get All Restore Points
The HTTP GET request to the /api/v1/restorePoints
path allows you to get an array of all restore points created on the backup server.
Available to: Veeam Backup Administrator, Veeam Backup Operator, Veeam Restore Operator, Veeam Backup Viewer, Veeam Tape Operator.
query Parameters
skip | integer <int32> Number of restore points to skip. |
limit | integer <int32> Maximum number of restore points to return. |
orderColumn | string (EObjectRestorePointsFiltersOrderColumn) Sorts restore points by one of the restore point parameters. |
orderAsc | boolean Sorts restore points in the ascending order by the |
createdAfterFilter | string <date-time> Returns restore points that are created after the specified date and time. |
createdBeforeFilter | string <date-time> Returns restore points that are created before the specified date and time. |
nameFilter | string Filters restore points by the |
platformNameFilter | string (EPlatformType) Filters restore points by name of the backup object platform. |
platformIdFilter | string <uuid> Filters restore points by ID of the backup object platform. |
backupIdFilter | string <uuid> Filters restore points by backup ID. |
backupObjectIdFilter | string <uuid> Filters restore points by backup object ID. |
malwareStatusFilter | string (ESuspiciousActivitySeverity) Filters restore points by malware status. |
header Parameters
x-api-version required | string Default: 1.1-rev2 Version and revision of the client REST API. Must be in the following format: |
OK
Unauthorized. The authorization header has been expected but not found (or found but is expired).
Forbidden. The user sending the request does not have adequate privileges to access one or more objects specified in the request.
Internal server error. The request has been received but could not be completed because of an internal error at the server side.
- curl
- Python
- JavaScript
- C#
- Go
- 200
- 401
- 403
- 500
{- "data": [
- {
- "platformName": "VmWare",
- "id": "cb9b2475-46d9-40ae-8d27-0f2f1dfa97cd",
- "name": "winsrv88",
- "platformId": "00000000-0000-0000-0000-000000000000",
- "creationTime": "2022-02-02T22:01:18.163+01:00",
- "backupId": "3c3d7ebd-3b06-4a99-899c-fa7d5320582a",
- "allowedOperations": [ ]
}, - {
- "platformName": "VmWare",
- "id": "a97c72ed-adaf-4b27-a31e-c1ff5af9ba8f",
- "name": "winsrv88",
- "platformId": "00000000-0000-0000-0000-000000000000",
- "creationTime": "2022-02-01T22:00:39.997+01:00",
- "backupId": "3c3d7ebd-3b06-4a99-899c-fa7d5320582a",
- "allowedOperations": [ ]
}
], - "pagination": {
- "total": 2,
- "count": 2,
- "skip": 0,
- "limit": 2
}
}
Get Restore Point
The HTTP GET request to the /api/v1/restorePoints/{id}
path allows you to get a restore point that has the specified id
.
Available to: Veeam Backup Administrator, Veeam Backup Operator, Veeam Restore Operator, Veeam Backup Viewer, Veeam Tape Operator.
path Parameters
id required | string <uuid> ID of the restore point. |
header Parameters
x-api-version required | string Default: 1.1-rev2 Version and revision of the client REST API. Must be in the following format: |
OK
Unauthorized. The authorization header has been expected but not found (or found but is expired).
Forbidden. The user sending the request does not have adequate privileges to access one or more objects specified in the request.
Not found. No object was found with the path parameter specified in the request.
Internal server error. The request has been received but could not be completed because of an internal error at the server side.
- curl
- Python
- JavaScript
- C#
- Go
- 200
- 401
- 403
- 404
- 500
{- "platformName": "VMware",
- "id": "8ddff8a1-10ca-4287-b660-a15b687ed088",
- "name": "winsp01",
- "platformId": "00000000-0000-0000-0000-000000000000",
- "creationTime": "2023-08-14T22:04:52.094294-07:00",
- "backupId": "1081819a-e755-499b-ba75-def7458e02d9",
- "allowedOperations": [ ]
}
Get Restore Point Disks
The HTTP GET request to the /api/v1/restorePoints/{id}/disks
path allows you to get an array of disks from a restore point that has the specified id
.
Available to: Veeam Backup Administrator, Veeam Backup Operator, Veeam Restore Operator, Veeam Backup Viewer, Veeam Tape Operator.
path Parameters
id required | string <uuid> ID of the restore point. |
header Parameters
x-api-version required | string Default: 1.1-rev2 Version and revision of the client REST API. Must be in the following format: |
OK
Unauthorized. The authorization header has been expected but not found (or found but is expired).
Forbidden. The user sending the request does not have adequate privileges to access one or more objects specified in the request.
Not found. No object was found with the path parameter specified in the request.
Internal server error. The request has been received but could not be completed because of an internal error at the server side.
- curl
- Python
- JavaScript
- C#
- Go
- 200
- 401
- 403
- 404
- 500
{- "data": [
- {
- "type": "Vi",
- "state": "Processed",
- "uid": "9019e170-43d4-4c98-89eb-fb52f357b37c:484bed6e-b2f7-4222-874e-2bb20f40e7b0:2000:9070575d-cf58-49c2-acb5-98515553f7c7",
- "name": "winsrv88",
- "capacity": 107374182400
}, - {
- "type": "Vi",
- "state": "Processed",
- "uid": "9019e170-43d4-4c98-89eb-fb52f357b37c:484bed6e-b2f7-4222-874e-2bb20f40e7b0:2001:9070575d-cf58-49c2-acb5-98515553f7c7",
- "name": "winsrv88_1",
- "capacity": 42949672960
}
], - "pagination": {
- "total": 2,
- "count": 2,
- "skip": 0,
- "limit": 2
}
}