Configuring License Autoupdate
You can enable or disable automatic update settings for the license installed in Veeam Backup for Microsoft 365.
Request
PUT https://<hostname>:4443/v6/License/AutoUpdate |
Request Headers
The request header must contain an authorization token of the current session.
Request Body
The request body must contain the following properties:
Property | Type | Description |
---|---|---|
isEnabled | boolean | Defines whether automatic update is enabled for the license. |
Response
The server returns the following response to the client.
Response Codes
A successfully completed operation returns a response code 200 OK.
Response Headers
The response to this request contains the following headers. The response may also include additional standard HTTPS headers.
Header | Description |
---|---|
Content-length | The length of the response body. |
Content-type | The media type and syntax of the response body message: application/json; charset=utf-8 |
Response Body
None.
Example
The example returns a resource representation of the license installed in Veeam Backup for Microsoft 365.
Request: PUT https://abc.tech.local:4443/v6/License/AutoUpdate
Request Header: Authorization: Bearer <Access-Token>
Response: 200 OK |