Represents the retention settings for backup job sessions.
Resource URL
https://<Backup-Office365>:<Port>/v1/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 | 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 | 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/v1/historysettings" } }, "_actions": { "update": { "uri": "https://support.east.local:4443/v1/historysettings", "method": "PUT" } } } |
Related Topics