Represents a collection of all restore sessions created under the current logon credentials.
To learn how to start restore sessions, refer to the following sections:
- (POST) /Organizations/{ID}/Action - to start a restore session on the provider side
- (POST) /RestoreSessions/Action - to start a restore session on the tenant side
During a restore session Veeam Backup for Microsoft Office 365 uses Veeam Explorer for Microsoft Exchange functionality to save, send by e-mail, export and restore folders, items and mailboxes to the original or different Exchange server. To learn how to perform the corresponding operations refer to the following sections:
- (POST) /RestoreSessions/{ID}/Organization/Action - to perform recovery operations with backups of all Exchange organizations mailboxes
- (POST) /RestoreSessions/{ID}/Organization/Mailboxes/{ID}/Action - to perform recovery operations with backups of a certain mailbox
- (POST) /RestoreSessions/{ID}/Organization/Mailboxes/{ID}/Folders/{ID}/Action - to perform recovery operations with backups of a certain mailbox folder
- (POST) /RestoreSessions/{ID}/Organization/Mailboxes/{ID}/Items/Action - to perform recovery operations with backed up items of all mailboxes
- (POST) /RestoreSessions/{ID}/Organization/Mailboxes/{ID}/Items/{ID}/Action - to perform recovery operations with a certain backed up mailbox item
Resource URL
https://<Backup-Office365>:<Port>/v1/RestoreSessions |
Related Resources
Methods
The following methods are supported for the /RestoreSessions resource:
Resource Representation
The /RestoreSessions resource has the following representation:
[ { "id": "0800471b-d0e2-422b-9d7c-35d15661c3fb", "type": "Vex", "pointInTime": "2017-06-26T22:07:39-07:00", "creationTime": "2017-06-29T07:42:21.191694Z", "endTime": "2017-06-29T08:14:58.3532833Z", "state": "Stopped", "_links": { "self": { "href": "https://support.east.local:4443/v1/restoresessions/0800471b-d0e2-422b-9d7c-35d15661c3fb" }, "organization": { "href": "https://support.east.local:4443/v1/restoresessions/0800471b-d0e2-422b-9d7c-35d15661c3fb/organization" } } }, ...] |
Related Topics
Restoring Organization Mailbox Data