This is an archive version of the document. To get the most up-to-date information, see the current version.

/catalog/vms/{vmname}/vmRestorePoints/{ID}

In this article

    Represents a VM restore point having the specified ID. The restore point is created for a VM having the specified name; guest OS files of the VM have been indexed during backup.

    Resource URL

    The URL of the reference resource representation:

    http://<Enterprise-Manager>:9399/api/catalog/vms/{vmname}/vmRestorePoints/{ID}

    The URL of the entity resource representation:

    http://<Enterprise-Manager>:9399/api/catalog/vms/{vmname}/vmRestorePoints/{ID}?Format=Entity

    Related Resources

    /catalog/vms/{vmname}/vmRestorePoints

    Methods

    The following methods are supported for the /catalog/vms/{vmname}/vmRestorePoints/{ID} resource:

    Resource Representation

    The /catalog/vms/{vmname}/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="CatalogVmRestorePointReference" Href="http://localhost:9399/api/catalog/vms/srv04/vmRestorePoints/7caf66d5-f700-442c-9aa9-8867f031377f" Name="10/19/2014 7:34:00 AM" UID="urn:veeam:CatalogVmRestorePoint:7caf66d5-f700-442c-9aa9-8867f031377f">
     <Links>
       <Link Rel="Up" Href="http://localhost:9399/api/catalog/vms/srv04" />
       <Link Rel="Alternate" Href="http://localhost:9399/api/catalog/vms/srv04/vmRestorePoints/7caf66d5-f700-442c-9aa9-8867f031377f?format=Entity" />
     </Links>
    </EntityRef>

    Entity resource representation:

    <CatalogVmRestorePoint xmlns="http://www.veeam.com/ent/v1.0" Type="CatalogVmRestorePoint" Href="http://localhost:9399/api/catalog/vms/srv04/vmRestorePoints/7caf66d5-f700-442c-9aa9-8867f031377f?format=Entity" Name="srv04" UID="urn:veeam:CatalogVmRestorePoint:7caf66d5-f700-442c-9aa9-8867f031377f">
     <Links>
       <Link Rel="Alternate" Type="CatalogVmRestorePointReference" Href="http://localhost:9399/api/catalog/vms/srv04/vmRestorePoints/7caf66d5-f700-442c-9aa9-8867f031377f" Name="srv04" />
       <Link Rel="Up" Type="CatalogVm" Href="http://localhost:9399/api/catalog/vms/srv04?format=Entity" Name="srv04" />
       <Link Rel="Browse" Href="http://localhost:9399/api/catalog/vms/srv04/vmRestorePoints/7caf66d5-f700-442c-9aa9-8867f031377f?action=browse" />
       <Link Rel="Related" Type="VmRestorePoint" Href="http://localhost:9399/api/vmRestorePoints/7caf66d5-f700-442c-9aa9-8867f031377f?format=Entity" Name="srv04" />
     </Links>
     <BackupDateUTC>2014-10-19T07:34:00Z</BackupDateUTC>
    </CatalogVmRestorePoint>