/restorePoints/{ID}/backupFiles

Represents a collection of backup files created for a restore point with the specified ID.

Resource URL

https://<Enterprise-Manager>:9398/api/restorePoints/{ID}/backupFiles

Related Resources

Methods

The following methods are supported for the /restorePoints/{ID}/backupFiles resource:

GET /restorePoints/{ID}/backupFiles

Resource Representation

The /restorePoints/{ID}/backupFiles resource has a resource representation of the following type:

<EntityReferences xmlns="http://www.veeam.com/ent/v1.0">
 <Ref Type="BackupFileReference" Href="https://localhost:9398/api/backupFiles/e86f61f9-4220-4f55-820b-e41a38abce90" Name="Oracle BackupD2016-10-06T165918.vib" UID="urn:veeam:BackupFile:e86f61f9-4220-4f55-820b-e41a38abce90">
   <Links>
     <Link Rel="Up" Type="BackupServerReference" Href="https://localhost:9398/api/backupServers/00fd67d9-2b4c-4c56-8a95-0b3dbec7ae43" Name="172.17.53.1" />
     <Link Rel="Up" Type="BackupReference" Href="https://localhost:9398/api/backups/61270417-d856-463f-abc4-b5ae70a2e1ab" Name="Oracle Backup" />
     <Link Rel="Alternate" Type="BackupFile" Href="https://localhost:9398/api/backupFiles/e86f61f9-4220-4f55-820b-e41a38abce90?format=Entity" Name="Oracle BackupD2016-10-06T165918.vib" />
     <Link Rel="Related" Type="BackupFileReferenceList" Href="https://localhost:9398/api/backupFiles/e86f61f9-4220-4f55-820b-e41a38abce90/restorePoints" />
     <Link Rel="Down" Type="VmRestorePointReferenceList" Href="https://localhost:9398/api/backupFiles/e86f61f9-4220-4f55-820b-e41a38abce90/vmRestorePoints" />
   </Links>
 </Ref>
</EntityReferences>