Browsed by
Tag: settings

Veeam Backup for Microsoft Office 365 RESTful API: General settings

Veeam Backup for Microsoft Office 365 RESTful API: General settings

In the final part of the RESTful API series for Veeam Backup for Microsoft Office 365, we’ll go over some general settings which can be modified as well. These are fairly self-explaining. Exclusion settings The following request allows you to modify the backup exclusion settings. As this is a global setting, backup jobs will not process specified data. We will perform a PUT request against “/v4/ExclusionSettings“. {  “deletedItems”: “true”,  “drafts”: “false”,  “junkEmail”: “false”,  “outbox”: “false”,  “syncIssues”: “false”,  “litigationHold”: “true”,  “inPlaceHold”: “true” } The above will modify the…

Read More Read More