Represents the Exchange organization whose mailbox database is available for exploring and restoring during the restore session.
Resource URL
The URL of the reference resource representation:
https://<Backup-Office365>:<Port>/v1/RestoreSessions/{ID}/Organization |
Related Resources
Methods
The following methods are supported for the /RestoreSessions/{ID}/Organization resource:
Properties
The /RestoreSessions/{ID}/Organization resource has the following properties:
Property | Type | Description |
Id | string | Specifies the ID of the Exchange organization, whose mailbox database is available for exploring and restoring during the restore session. For example, "id": "673b91dc-b4a7-4d49-8318-04ef47c0ac50". |
Name | string | Specifies the name of the Exchange organization, whose mailbox database is available for exploring and restoring during the restore session. For example, "name": "veeam.onmicrosoft.com". |
_links | Dictionary of string [key] and Object [value] | Links to related resources (navigation property). |
Resource Representation
The /RestoreSessions/{ID}/Organizations resource has the following representation:
{ "id": "673b91dc-b4a7-4d49-8318-04ef47c0ac50", "name": "veeam.onmicrosoft.com (7/3/2017 3:00:25 PM)", "_links": { "self": { "href": "https://support.east.local:4443/v1/restoresessions/fb88be91-66b7-4353-a293-c9bc02191739/organization" }, "mailboxes": { "href": "https://support.east.local:4443/v1/restoresessions/fb88be91-66b7-4353-a293-c9bc02191739/organization/mailboxes" } }, "_actions": { "exporttoPst": { "uri": "https://support.east.local:4443/v1/restoresessions/fb88be91-66b7-4353-a293-c9bc02191739/organization/action", "method": "POST" }, "search": { "uri": "https://support.east.local:4443/v1/restoresessions/fb88be91-66b7-4353-a293-c9bc02191739/organization/action", "method": "POST" } } } |