
This is an archive version of the document. To get the most up-to-date information, see the
current version.
(GET) /restoreSessions
Returns a collection of restore sessions performed on all Veeam backup servers connected to Veeam Backup Enterprise Manager.
To get a list of restore sessions, you need to send the GET HTTP request to the URL of the /restoreSessions resource.
HTTP Request
GET http://<Enterprise-Manager>:9399/api/restoreSessions |
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.
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 /restoreSessions resource.
The example below returns a collection resource listing all restore sessions performed on all Veeam backup servers connected to Veeam Backup Enterprise Manager.
Request: GET http://localhost:9399/api/restoreSessions Request Header: X-RestSvcSessionId NDRjZmJkYmUtNWE5NS00MTU2LTg4NjctOTFmMDY5YjdjMmNj Response: 200 Success Response Body: <EntityReferences xmlns="http://www.veeam.com/ent/v1.0"> <Ref Type="RestoreSessionReference" Href="http://localhost:9399/api/restoreSessions/676dc837-f441-4ac1-8470-15be06b4cffc" Name="FLR_[srv04]@2014-10-19 05:59:18" UID="urn:veeam:RestoreSession:676dc837-f441-4ac1-8470-15be06b4cffc"> <Links> <Link Rel="Up" Type="BackupServerReference" Href="http://localhost:9399/api/backupServers/ce15a8c7-aa49-495e-b05b-ee3398c91018" Name="srv02.veeam.local" /> <Link Rel="Alternate" Type="RestoreSession" Href="http://localhost:9399/api/restoreSessions/676dc837-f441-4ac1-8470-15be06b4cffc?format=Entity" Name="FLR_[srv04]@2014-10-19 05:59:18" /> </Links> </Ref> <Ref Type="RestoreSessionReference" Href="http://localhost:9399/api/restoreSessions/9e289dec-4c1d-4a76-bae0-2191104cb59d" Name="FLR_[srv04]@2014-10-19 05:57:10" UID="urn:veeam:RestoreSession:9e289dec-4c1d-4a76-bae0-2191104cb59d"> <Links> <Link Rel="Up" Type="BackupServerReference" Href="http://localhost:9399/api/backupServers/ce15a8c7-aa49-495e-b05b-ee3398c91018" Name="srv02.veeam.local" /> <Link Rel="Alternate" Type="RestoreSession" Href="http://localhost:9399/api/restoreSessions/9e289dec-4c1d-4a76-bae0-2191104cb59d?format=Entity" Name="FLR_[srv04]@2014-10-19 05:57:10" /> </Links> </Ref> <Ref Type="RestoreSessionReference" Href="http://localhost:9399/api/restoreSessions/6114f06d-143a-45be-9b07-371704f71092" Name="FLR_[srv04]@2014-10-18 15:16:59" UID="urn:veeam:RestoreSession:6114f06d-143a-45be-9b07-371704f71092"> <Links> <Link Rel="Up" Type="BackupServerReference" Href="http://localhost:9399/api/backupServers/ce15a8c7-aa49-495e-b05b-ee3398c91018" Name="srv02.veeam.local" /> <Link Rel="Alternate" Type="RestoreSession" Href="http://localhost:9399/api/restoreSessions/6114f06d-143a-45be-9b07-371704f71092?format=Entity" Name="FLR_[srv04]@2014-10-18 15:16:59" /> </Links> </Ref> <Ref Type="RestoreSessionReference" Href="http://localhost:9399/api/restoreSessions/c8fdd529-d4af-48b2-8ea0-5d8b91359929" Name="FLR_[srv04]@2014-10-19 06:00:25" UID="urn:veeam:RestoreSession:c8fdd529-d4af-48b2-8ea0-5d8b91359929"> <Links> <Link Rel="Up" Type="BackupServerReference" Href="http://localhost:9399/api/backupServers/ce15a8c7-aa49-495e-b05b-ee3398c91018" Name="srv02.veeam.local" /> <Link Rel="Alternate" Type="RestoreSession" Href="http://localhost:9399/api/restoreSessions/c8fdd529-d4af-48b2-8ea0-5d8b91359929?format=Entity" Name="FLR_[srv04]@2014-10-19 06:00:25" /> </Links> </Ref> <Ref Type="RestoreSessionReference" Href="http://localhost:9399/api/restoreSessions/e8cd647d-9f67-4919-ac7f-5fc014444458" Name="FLR_[srv04]@2014-10-19 07:19:53" UID="urn:veeam:RestoreSession:e8cd647d-9f67-4919-ac7f-5fc014444458"> <Links> <Link Rel="Up" Type="BackupServerReference" Href="http://localhost:9399/api/backupServers/ce15a8c7-aa49-495e-b05b-ee3398c91018" Name="srv02.veeam.local" /> <Link Rel="Alternate" Type="RestoreSession" Href="http://localhost:9399/api/restoreSessions/e8cd647d-9f67-4919-ac7f-5fc014444458?format=Entity" Name="FLR_[srv04]@2014-10-19 07:19:53" /> </Links> </Ref> </EntityReferences> |