Changing Management Mode
Veeam Service Provider Console that manages Veeam Backup for Microsoft 365 can change the Veeam Backup for Microsoft 365 management mode.
Request
Request Headers
The request header must contain an authorization token of the current session.
Request Body
To change the Veeam Backup for Microsoft 365 management mode, you need to enter in the request body the required properties with new values. The properties you omit will remain unchanged.
The request body must contain the following properties:
Property | Type | Description |
---|---|---|
isManaged | boolean | Defines whether Veeam Backup for Microsoft 365 is managed by Veeam Service Provider Console. |
managerId | managerId | Specifies the ID of the Veeam Service Provider Console server that manages Veeam Backup for Microsoft 365. |
companyName | string | Specifies the name of the company that manages Veeam Backup for Microsoft 365. |
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 shows how to change the Veeam Backup for Microsoft 365 management mode.