/RestoreSessions/{restoreSessionId}/Events
Represents a collection of restore session events.
Resource URL
The URL of the reference resource representation:
https://<Backup-Office365>:4443/v3/RestoreSessions/{restoreSessionId}/Events |
Related Resources
Methods
The following methods are supported for the /RestoreSessions/{restoreSessionId}/Events resource:
Resource Representation
The /RestoreSessions/{restoreSessionId}/Events resource has the following representation:
{ "offset": 0, "limit": 30, "results": [ { "id": "f346f90e-a02f-4747-b30e-ef34f980c670", "type": "None", "status": "Success", "startTime": "2017-05-30T13:53:45.0679711+03:00", "endTime": "2017-05-30T13:53:45.0679711+03:00", "duration": "00:00:00", "title": "Restore session started", "message": "Restore session started", "order": 0, "_links": { "self": { "href": "https://support.north.local:4443/v3/restoresessions/61954db6-7278-4d26-86f7-888bda5a4ec4/events/f346f90e-a02f-4747-b30e-ef34f980c670" }, "restoreSession": { "href": "https://support.north.local:4443/v3/restoresessions/61954db6-7278-4d26-86f7-888bda5a4ec4" } } }, { "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/v3/restoresessions/61954db6-7278-4d26-86f7-888bda5a4ec4/events/755d207e-ebd6-49da-9943-3b9e5eb31dee" }, "restoreSession": { "href": "https://support.north.local:4443/v3/restoresessions/61954db6-7278-4d26-86f7-888bda5a4ec4" } } } ], "_links": { "self": { "href": "https://support.north.local:4443/v3/restoresessions/61954db6-7278-4d26-86f7-888bda5a4ec4/events?offset=0&limit=30" } } }
|