This is an archive version of the document. To get the most up-to-date information, see the current version.

/JobSessions/{sessionId}/LogItems/{logItemId}

In this article

    Represents the information on an operation performed during the backup job.

    Resource URL

    The URL of the reference resource representation:

    https://<Backup-Office365>:4443/v3/JobSessions/{sessionId}/LogItems/{logItemId}

    Related Resources

    Methods

    The following methods are supported for the /JobSessions/{sessionId}/LogItems/{logItemId} resource:

    Properties

    The /JobSessions/{sessionId}/LogItems/{logItemId} 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
    Time

    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/{sessionId}/LogItems/{logItemId} 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/v3/JobSessions/be376069-2865-4156-a9bc-825cef7d687e"

         }

       }

     },

    ...]

    I want to report a typo

    There is a misspelling right here:

     

    I want to let the Veeam Documentation Team know about that.