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

/HistorySettings

In this article

    Represents the retention settings for backup job sessions.

    Resource URL

    https://<Backup-Office365>:4443/v3/HistorySettings

    Related Resources

    None.

    Methods

    The following methods are supported for the /HistorySettings resource:

    Properties

    The /HistorySettings resource has the following properties:

    Property

    Type

    Description

    Keep
    Allsessions

    bool

    If set to True, indicates that Veeam Backup for Microsoft Office 365 will keep job sessions forever. Otherwise, the job sessions will be kept according to the default retention period (53 weeks).

    For example, "keepAllsessions": "false".

    Keep
    onlyLast

    int

    Specifies the retention period for job sessions in weeks.

    For example, "keeponlyLast": "4"

    _links

    Dictionary of string [key] and Object [value]

    Links to related resources (navigation property).

    Resource Representation

    The /HistorySettings resource has the following representation:

    {

     "keepAllsessions": "false",

     "keeponlyLast": 53,

     "_links": {

       "self": {

         "href": "https://support.east.local:4443/v3/historysettings"

       }

     },

     "_actions": {

       "update": {

         "uri": "https://support.east.local:4443/v3/historysettings",

         "method": "PUT"

       }

     }

    }

    I want to report a typo

    There is a misspelling right here:

     

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