Represents the information on the operations performed during the job session.
Resource URL
The URL of the reference resource representation:
https://<Backup-Office365>:4443/v2/JobSessions/{ID}/LogItems |
Related Resources
Methods
The following methods are supported for the /JobSessions/{ID}/LogItems resource:
(GET) /JobSessions/{ID}/LogItems
Properties
The /JobSessions/{ID}/LogItems resource has the following properties:
Property | Type | Description |
---|---|---|
Id | string | Specifies the ID of the operation performed during the backup job. For example, "id": "e7668151-524f-4fa5-a30a-c647bf7ca8c5". |
Usn | int | Specifies the order number of the operation performed during the backup job. For example, "usn": "1". |
Title | string | Specifies status and short description of the operation performed during the backup job. For example, "title": "[Success] Job started at 4/4/2017 12:07:21 AM". |
Creation | UTC | Specifies date and time of the operation start. For example, "creationTime": "2017-04-04T00:07:21.3674143-07:00". |
EndTime | string | Specifies date and time of the operation end. For example, "endTime": "2017-04-04T00:07:25.3952173-07:00". |
_links | Dictionary of string [key] and Object [value] | Links to related resources (navigation property). |
Resource Representation
The /JobSessions/{ID}/LogItems resource has the following representation:
[ { "id": "e7668151-524f-4fa5-a30a-c647bf7ca8c5", "usn": 1, "title": "[Success] Job started at 4/4/2017 12:07:21 AM", "creationTime": "2017-04-04T00:07:21.3664166-07:00", "endTime": "2017-04-04T00:07:21.3664166-07:00", "_links": { "jobsessions": { "href": "https://support.east.local:4443/v2/JobSessions/be376069-2865-4156-a9bc-825cef7d687e" } } }, ...] |