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

(GET) /vAppRestorePoints

In this article

    Returns a resource representation of a collection of vApp restore points created on Veeam backup servers that are managed by Veeam Backup Enterprise Manager.

    Request

    To get a list of vApp restore points, you need to send the GET HTTP request to the URL of the /vAppRestorePoints resource.

    HTTP Request

    GET http://<Enterprise-Manager>:9399/api/vAppRestorePoints

    Request Headers

    The request contains the following headers:

    Header

    Required

    Description

    X-RestSvcSessionId

    True

    The request requires authorization. In the header, the client must send a session ID copied from the server reply to the request creating a new logon session. To learn more, see Authentication and Security.

    Request Body

    None.

    Query Parameters

    None.

    Response

    The server returns the following response to the client.

    Response Codes

    A successfully completed operation returns response code 200 Success.

    Response Headers

    The response to this request contains the following headers. The response may also include additional standard HTTP headers.

    Header

    Description

    Content-length

    The length of the response body.

    Content-type

    The media type and syntax of the request body message: application/xml.

    Response Body

    In the response body, Veeam Backup Enterprise Manager returns a representation of the /vAppRestorePoints resource collection.

    Example

    The example below returns a list of all vApp restore point created on Veeam backup servers connected to Veeam Backup Enterprise Manager.

    Request:

    GET http://localhost:9399/api/vAppRestorePoints

     

    Request Header:

    X-RestSvcSessionId   NDRjZmJkYmUtNWE5NS00MTU2LTg4NjctOTFmMDY5YjdjMmNj

     

    Response:

    200 Success

     

    Response Body:

    <EntityReferences xmlns="http://www.veeam.com/ent/v1.0">
     <Ref Type="VAppRestorePointReference" Href="http://localhost:9399/api/vAppRestorePoints/f139af13-0d49-49c1-bf88-8b2d0db621e3" Name="vApp2@2014-10-19 05:43:56" UID="urn:veeam:VAppRestorePoint:f139af13-0d49-49c1-bf88-8b2d0db621e3">
       <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/f3f9fa75-6984-451b-a8ca-f5a318161951" Name="Oct 19 2014  5:43AM" />
         <Link Rel="Alternate" Type="VAppRestorePoint" Href="http://localhost:9399/api/vAppRestorePoints/f139af13-0d49-49c1-bf88-8b2d0db621e3?format=Entity" Name="vApp2@2014-10-19 05:43:56" />
       </Links>
     </Ref>
     <Ref Type="VAppRestorePointReference" Href="http://localhost:9399/api/vAppRestorePoints/8832a359-6af3-44de-9ae9-91feeee0d8c5" Name="vApp2@2014-10-19 06:07:11" UID="urn:veeam:VAppRestorePoint:8832a359-6af3-44de-9ae9-91feeee0d8c5">
       <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/5456cc77-bea7-48bc-9834-55bafd23760b" Name="Oct 19 2014  6:06AM" />
         <Link Rel="Alternate" Type="VAppRestorePoint" Href="http://localhost:9399/api/vAppRestorePoints/8832a359-6af3-44de-9ae9-91feeee0d8c5?format=Entity" Name="vApp2@2014-10-19 06:07:11" />
       </Links>
     </Ref>
    </EntityReferences>