Represents a restore session with the specified ID.
Resource URL
The URL of the reference resource representation:
https://<Backup-Office365>:<Port>/v1/RestoreSessions/{ID} |
Related Resources
Methods
The following methods are supported for the /RestoreSessions/{ID} resource:
Properties
The /RestoreSessions/{ID} resource has the following properties:
Property | Type | Description |
---|---|---|
Id | string | Specifies the ID of the restore session. For example, "Id": "fb88be91-66b7-4353-a293-c9bc02191739". |
Type | string | Specified the type of the restore session. For example, "type": "Vex". |
PointInTime | UTC | Specifies the point in time for which the restore session is started. Only mailbox backups created by the specified point in time are available for exploring and restoring during the restore session. For example, "pointInTime": "2017-07-04T18:00:00-07:00". |
CreationTime | UTC | Specifies date and time when the restore session was started. For example, "creationTime": "2017-07-04T16:08:20.2882911Z". |
EndTime | UTC | Specifies date and time when the restore session ended. For example, "endTime": "2017-06-29T12:19:20.9466476Z". |
State | string | Specifies the state of the restore session:
For example, "state": "working". |
_links | Dictionary of string [key] and Object [value] | Links to related resources (navigation property). |
Resource Representation
The /RestoreSessions/{ID} resource has the following representation:
{ "id": "fb88be91-66b7-4353-a293-c9bc02191739", "type": "Vex", "pointInTime": "2017-07-04T18:00:00-07:00", "creationTime": "2017-07-04T16:08:20.2882911Z", "state": "Working", "_links": { "self": { "href": "https://support.east.local:4443/v1/restoresessions/fb88be91-66b7-4353-a293-c9bc02191739" }, "organization": { "href": "https://support.east.local:4443/v1/restoresessions/fb88be91-66b7-4353-a293-c9bc02191739/organization" } } } |