Configuration

The /Configuration resource collection allows you to configure Veeam Backup for Microsoft 365.

Get Update Settings

Returns a resource representation of the Veeam Backup for Microsoft 365 settings for automatic updates and notifications on new versions and automatic updates.

SecurityBearer
Responses
200

OK

default

Operation failure response.

get/v8/Configuration/Updates
Request samples
Response samples
application/json
{
  • "enableCheckForUpdates": true,
  • "updateSettings": {
    }
}

Edit Update Settings

Modifies settings for automatic updates and notifications on new versions and automatic updates.

x-codegen-request-body-name: updateProductConfig
SecurityBearer
Request
Request Body schema: application/json
required
enableCheckForUpdates
required
boolean

Defines whether to check and notify on available updates automatically.

object (RESTAutomaticUpdateSettings)
Responses
204

No Content

default

Operation failure response.

put/v8/Configuration/Updates
Request samples
application/json
{
  • "enableCheckForUpdates": true,
  • "updateSettings": {
    }
}
Response samples
application/json
{
  • "message": "string",
  • "errorCode": "ProxyOffline",
  • "stackTrace": "string"
}

Document updated 12/18/2025

Page content applies to build 8.3.0.2201