
This is an archive version of the document. To get the most up-to-date information, see the
current version.
/vmRestorePoints/{ID}
Represents a VM restore point having the specified ID.
The URL of the reference resource representation:
http://<Enterprise-Manager>:9399/api/vmRestorePoints/{ID} |
The URL of the entity resource representation:
http://<Enterprise-Manager>:9399/api/vmRestorePoints/{ID}?format=Entity |
Related Resources
The following methods are supported for the /vmRestorePoints/{ID} resource:
The /vmRestorePoints/{ID} resource has a resource representation of the following types.
Entity reference resource representation:
<EntityRef xmlns="http://www.veeam.com/ent/v1.0" Type="VmRestorePointReference" Href="http://localhost:9399/api/vmRestorePoints/5fa68dec-cad0-47bc-bc33-0fe18b5d5e4d" Name="sql02@2014-10-13 09:52:41" UID="urn:veeam:VmRestorePoint:5fa68dec-cad0-47bc-bc33-0fe18b5d5e4d"> <Links> <Link Rel="Up" Type="BackupServerReference" Href="http://localhost:9399/api/backupServers/ce15a8c7-aa49-495e-b05b-ee3398c91018" Name="srv02.veeam.local" /> <Link Rel="Up" Type="RestorePointReference" Href="http://localhost:9399/api/restorePoints/09a3bd4d-7d34-47f2-89e4-b050841dd393" Name="Oct 13 2014 9:51AM" /> <Link Rel="Alternate" Type="VmRestorePoint" Href="http://localhost:9399/api/vmRestorePoints/5fa68dec-cad0-47bc-bc33-0fe18b5d5e4d?format=Entity" Name="sql02@2014-10-13 09:52:41" /> </Links> </EntityRef> |
Entity resource representation:
<VmRestorePoint xmlns="http://www.veeam.com/ent/v1.0" Type="VmRestorePoint" Href="http://localhost:9399/api/vmRestorePoints/5fa68dec-cad0-47bc-bc33-0fe18b5d5e4d?format=Entity" Name="sql02@2014-10-13 09:52:41" UID="urn:veeam:VmRestorePoint:5fa68dec-cad0-47bc-bc33-0fe18b5d5e4d"> <Links> <Link Rel="Restore" Href="http://localhost:9399/api/vmRestorePoints/5fa68dec-cad0-47bc-bc33-0fe18b5d5e4d?action=restore" /> <Link Rel="Up" Type="BackupServerReference" Href="http://localhost:9399/api/backupServers/ce15a8c7-aa49-495e-b05b-ee3398c91018" Name="srv02.veeam.local" /> <Link Rel="Up" Type="RestorePointReference" Href="http://localhost:9399/api/restorePoints/09a3bd4d-7d34-47f2-89e4-b050841dd393" Name="Oct 13 2014 9:51AM" /> <Link Rel="Alternate" Type="VmRestorePointReference" Href="http://localhost:9399/api/vmRestorePoints/5fa68dec-cad0-47bc-bc33-0fe18b5d5e4d" Name="sql02@2014-10-13 09:52:41" /> <Link Rel="Down" Type="VmRestorePointMountList" Href="http://localhost:9399/api/vmRestorePoints/5fa68dec-cad0-47bc-bc33-0fe18b5d5e4d/mounts" /> <Link Rel="Create" Type="VmRestorePointMount" Href="http://localhost:9399/api/vmRestorePoints/5fa68dec-cad0-47bc-bc33-0fe18b5d5e4d/mounts" /> </Links> <CreationTimeUTC>2014-10-13T09:52:41Z</CreationTimeUTC> <Algorithm>Incremental</Algorithm> <PointType>Increment</PointType> <HierarchyObjRef>urn:VMware:Vm:ca2f751f-8f26-4f39-815e-ce493b61fd80.11</HierarchyObjRef> </VmRestorePoint> |