Frequent issue detection API - PUT configuration

Updates the configuration of frequent issue detection.

The request consumes an application/json payload.

PUT
  • Managed https://{your-domain}/e/{your-environment-id}/api/config/v1/frequentIssueDetection
  • SaaS https://{your-environment-id}.live.dexp.ae/api/config/v1/frequentIssueDetection

Parameters

Parameter Type Description In Required
body FrequentIssueDetectionConfig

The JSON body of the request, containing parameters of the frequent issue detection configuration

body optional

The FrequentIssueDetectionConfig object

Parameters of the frequent issue detection. See our help documentation about frequent issue detection: https://www.dexp.ae/support/help/shortlink/frequent-issues

Element Type Description Required
metadata ConfigurationMetadata

Metadata useful for debugging.

optional
frequentIssueDetectionApplicationEnabled boolean

The detection for applications is enabled (true) or disabled (false).

required
frequentIssueDetectionServiceEnabled boolean

The detection for services is enabled (true) or disabled (false).

required
frequentIssueDetectionInfrastructureEnabled boolean

The detection for infrastructure is enabled (true) or disabled (false).

required

The ConfigurationMetadata object

Metadata useful for debugging

Element Type Description Required
configurationVersions integer[]

A Sorted list of the version numbers of the configuration.

optional
clusterVersion string

DESK server version.

optional

Response format

A successful request doesn't return any content.

Validate payload

We recommend that you validate the payload before submitting it with an actual request. A response code of 204 indicates a valid payload.

The request consumes an application/json payload.

POST
  • Managed https://{your-domain}/e/{your-environment-id}/api/config/v1/frequentIssueDetection/validator
  • SaaS https://{your-environment-id}.live.dexp.ae/api/config/v1/frequentIssueDetection/validator

Response codes

Code Description
204 Validated. The submitted configuration is valid. Response does not have a body.
400 Failed. The input is invalid.