/restorePoints/{ID}/vAppRestorePoints
Represents a collection of vApp restore points created for a backup restore point with the specified ID.
Resource URL
http://<Enterprise-Manager>:9399/api/restorePoints/{ID}/vAppRestorePoints |
Related Resources
Methods
The following methods are supported for the /restorePoints/{ID}/vAppRestorePoints resource:
(GET) /restorePoints/{ID}/vAppRestorePoints
Resource Representation
The /restorePoints/{ID}/vAppRestorePoints resource has a resource representation of the following type:
<EntityReferences xmlns="http://www.veeam.com/ent/v1.0"> <Ref Type="VAppRestorePointReference" Href="http://localhost:9399/api/vAppRestorePoints/5edbd79d-273a-4688-bca8-228c4a1586d7" Name="vApp_1@2016-10-25 14:50:08" UID="urn:veeam:VAppRestorePoint:5edbd79d-273a-4688-bca8-228c4a1586d7"> <Links> <Link Rel="Up" Type="BackupServerReference" Href="http://localhost:9399/api/backupServers/00fd67d9-2b4c-4c56-8a95-0b3dbec7ae43" Name="172.17.53.1" /> <Link Rel="Up" Type="RestorePointReference" Href="http://localhost:9399/api/restorePoints/aaf85ac9-f53c-4dfa-9837-024ad87ef4b6" Name="Oct 25 2016 2:49PM" /> <Link Rel="Alternate" Type="VAppRestorePoint" Href="http://localhost:9399/api/vAppRestorePoints/5edbd79d-273a-4688-bca8-228c4a1586d7?format=Entity" Name="vApp_1@2016-10-25 14:50:08" /> </Links> </Ref> </EntityReferences> |