Represents a restore session event with a specified ID.
Resource URL
https://<Backup-Office365>:4443/v2/RestoreSessions/{ID}/Events/{ID} |
Related Resources
Methods
The following methods are supported for the /RestoreSessions/{ID}/Events/{ID} resource:
(GET) /RestoreSessions/{ID}/Events/{ID}
Properties
The /RestoreSessions/{ID}/Events/{ID} resource has the following properties:
Property | Type | Description |
Id | string | Specifies the ID of the organization, whose 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 organization, whose database is available for exploring and restoring during the restore session. For example, "name": "veeam.onmicrosoft.com". |
InitiatedBy | string | Specifies the name of the who initiated the restore session. For example, "initiatedBy": "test user". |
EndTime | UTC | Specifies date and time when the restore session ended. For example, "endTime": "2017-06-29T12:19:20.9466476Z". |
StartTime | UTC | Specifies date and time when the restore session started. For example, "startTime": "2017-06-29T12:19:20.9466476Z". |
Status | eventStatus | Specifies the status of the restore session:
For example, "status": "running". |
Duration | int | Specifies the duration of the restore session |
Message | string | Specifies the message of the restore session event. |
Type | eventType | Specifies the type of the restore session event:
For example, "type": "none". |
_links | Dictionary of string [key] and Object [value] | Links to related resources (navigation property). |
Resource Representation
The /RestoreSessions/{ID}/Events/{ID} resource has the following representation:
{ "id": "755d207e-ebd6-49da-9943-3b9e5eb31dee", "type": "Save", "status": "Success", "startTime": "2017-05-30T13:57:28.0422679+03:00", "endTime": "2017-05-30T13:57:28.0869607+03:00", "duration": "00:00:00.0446928", "title": "Item is successfully restored.", "message": "Item Image.jpg was saved successfully (type: Item; source: /personal/orgUser/Documents/Image.jpg; target: C:\\Users\\user\\AppData\\Local\\Temp\\REST_SHAREPOINT_EXPORT_224b14b4-95eb-4d6c-b959-6ffc688b7576\\7077ffb8-4f64-40d7-8fcc-32f13999b727)", "order": 1, "_links": { "self": { "href": "https://support.north.local:4443/v2/restoresessions/61954db6-7278-4d26-86f7-888bda5a4ec4/events/755d207e-ebd6-49da-9943-3b9e5eb31dee" }, "restoreSession": { "href": "https://support.north.local:4443/v2/restoresessions/61954db6-7278-4d26-86f7-888bda5a4ec4" } } }
|