/backupFiles/{ID}
Represents a backup file with the specified ID. The backup file is created on or imported to the backup server connected to Veeam Backup Enterprise Manager.
Resource URL
The URL of the reference resource representation:
|
https://<Enterprise-Manager>:9398/api/backupFiles/{ID} |
The URL of the entity resource representation:
|
https://<Enterprise-Manager>:9398/api/backupFiles/{ID}?format=Entity |
Related Resources
Methods
The following methods are supported for the /backupFiles/{ID} resource:
Resource Representation
The /backupFiles/{ID} resource has a resource representation of the following types.
Entity reference resource representation:
|
<EntityRef xmlns="http://www.veeam.com/ent/v1.0" Type="BackupFileReference" Href="https://localhost:9398/api/backupFiles/6ed26dc7-cc9e-4a89-9226-1ed9996fb1f4" Name="Webserver Backup CopyD2025-09-20T000000.vbk" UID="urn:veeam:BackupFile:6ed26dc7-cc9e-4a89-9226-1ed9996fb1f4"> |
Entity resource representation:
|
<BackupFile xmlns="http://www.veeam.com/ent/v1.0" Type="BackupFile" Href="https://localhost:9398/api/backupFiles/6ed26dc7-cc9e-4a89-9226-1ed9996fb1f4?format=Entity" Name="Webserver Backup CopyD2025-09-20T000000.vbk" UID="urn:veeam:BackupFile:6ed26dc7-cc9e-4a89-9226-1ed9996fb1f4"> |