/RestoreSessions/{restoreSessionId}/Events/{eventId}
Represents a restore session event with a specified ID.
Resource URL
https://<Backup-Office365>:4443/v3/RestoreSessions/{restoreSessionId}/Events/{eventId} |
Related Resources
Methods
The following methods are supported for the /RestoreSessions/{restoreSessionId}/Events/{eventId} resource:
Properties
The /RestoreSessions/{restoreSessionId}/Events/{eventId} 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 For example, "duration": "00:00:00.0025829". |
Message | string | Specifies the message of the restore session event. For example, "message": "Item Site Pages was opened successfully (type: List; source: /sites/commonName/SitePages; target: )". |
Type | eventType | Specifies the type of the restore session event:
For example, "type": "none". |
ItemName | string | Specifies the name of the restored item. For example, "itemName":"Site Pages". |
ItemType | string | Specifies the type of the restored item. For example, "itemType":"List". |
ItemSizeBytes | long | Specifies the size of the restored item. For example, "itemSizeBytes":"1244". |
Source | string | Specifies the source path of the restored item. For example, "source": "/sites/commonName/SitePages". |
Target | string | Specifies the target path for the item restore. For example, "target": "https://company.sharepoint.com/sites/commonName_restored". |
_links | Dictionary of string [key] and Object [value] | Links to related resources (navigation property). |
Resource Representation
The /RestoreSessions/{restoreSessionId}/Events/{eventId} resource has the following representation:
{ "itemName": "Site Pages", "itemType": "List", "itemSizeBytes": 0, "source": "/sites/commonName/SitePages", "target": "", "id": "eaafa15b-4405-45b4-b497-006d4889034f", "type": "View", "status": "Success", "startTime": "2019-03-15T19:49:08.2075355Z", "endTime": "2019-03-15T19:49:08.2101184Z", "duration": "00:00:00.0025829", "title": "List was opened successfully", "message": "Item Site Pages was opened successfully (type: List; source: /sites/commonName/SitePages; target: )", "order": 13, "_links": { "self": { "href": "https://localhost:4443/v3/restoresessions/e8327633-48d6-41a3-ab11-5588182f8e67/events/eaafa15b-4405-45b4-b497-006d4889034f" }, "restoreSession": { "href": "https://localhost:4443/v3/restoresessions/e8327633-48d6-41a3-ab11-5588182f8e67" } } } |