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

/restorePoints/{ID}

In this article

    Represents a backup restore point having the specified ID.

    Resource URL

    The URL of the reference resource representation:

    http://<Enterprise-Manager>:9399/api/restorePoints/{ID}

    The URL of the entity resource representation:

    http://<Enterprise-Manager>:9399/api/restorePoints/{ID}?format=Entity

    Related Resources

    Methods

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

    (GET) /restorepoints/{ID}

    Resource Representation

    The /restorePoints/{ID} resource has a resource representation of the following types.

    Entity reference resource representation:

    <EntityRef xmlns="http://www.veeam.com/ent/v1.0" Type="RestorePointReference" Href="http://localhost:9399/api/restorePoints/e4108a85-4532-4b1a-b1b6-3c1faba1c4de" Name="Oct  6 2014  1:06PM" UID="urn:veeam:RestorePoint:e4108a85-4532-4b1a-b1b6-3c1faba1c4de">
     <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="BackupReference" Href="http://localhost:9399/api/backups/ef3bd23f-c284-44bc-abcb-1e03e150f2c6" Name="Webserver Backup" />
       <Link Rel="Alternate" Type="RestorePoint" Href="http://localhost:9399/api/restorePoints/e4108a85-4532-4b1a-b1b6-3c1faba1c4de?format=Entity" Name="Oct  6 2014  1:06PM" />
       <Link Rel="Down" Type="VmRestorePointReferenceList" Href="http://localhost:9399/api/restorePoints/e4108a85-4532-4b1a-b1b6-3c1faba1c4de/vmRestorePoints" />
       <Link Rel="Down" Type="VAppRestorePointReferenceList" Href="http://localhost:9399/api/restorePoints/e4108a85-4532-4b1a-b1b6-3c1faba1c4de/vAppRestorePoints" />
     </Links>
    </EntityRef>

    Entity resource representation:

    <RestorePoint xmlns="http://www.veeam.com/ent/v1.0" Type="RestorePoint" Href="http://localhost:9399/api/restorePoints/e4108a85-4532-4b1a-b1b6-3c1faba1c4de?format=Entity" Name="Oct  6 2014  1:06PM" UID="urn:veeam:RestorePoint:e4108a85-4532-4b1a-b1b6-3c1faba1c4de">
     <Links>
       <Link Rel="Up" Type="BackupReference" Href="http://localhost:9399/api/backups/ef3bd23f-c284-44bc-abcb-1e03e150f2c6" Name="Webserver Backup" />
       <Link Rel="Up" Type="BackupServerReference" Href="http://localhost:9399/api/backupServers/ce15a8c7-aa49-495e-b05b-ee3398c91018" Name="srv02.veeam.local" />
       <Link Rel="Alternate" Type="RestorePointReference" Href="http://localhost:9399/api/restorePoints/e4108a85-4532-4b1a-b1b6-3c1faba1c4de" Name="Oct  6 2014  1:06PM" />
       <Link Rel="Down" Type="VmRestorePointReferenceList" Href="http://localhost:9399/api/restorePoints/e4108a85-4532-4b1a-b1b6-3c1faba1c4de/vmRestorePoints" />
     </Links>
     <BackupDateUTC>2014-10-06T13:06:40Z</BackupDateUTC>
    </RestorePoint>