Configure Telemetry
Configures whether Camunda receives data collection of the process engine setup and usage. For more information, please check the Telemetry page.
Method
POST /telemetry/configuration
Parameters
Request Body
A JSON object with the following properties:
Name | Description |
---|---|
enableTelemetry | Specifies if the data collection should be sent or not. |
Result
This method returns no content.
Response Codes
Code | Media type | Description |
---|---|---|
204 | Request successful. | |
404 | application/json | If the user who perform the operation is not a camunda-admin user. |
Also see the introduction for the error response format.
Example
Request
POST /telemetry/configuration
Request Body:
{
"enableTelemetry":true
}
Response
Status 204. No content.