Frequent issue detection API - GET configuration

Gets the configuration of frequent issue detection.

The request produces an application/json payload.

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

Response format

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
metadata ConfigurationMetadata

Metadata useful for debugging.

frequentIssueDetectionApplicationEnabled boolean

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

frequentIssueDetectionServiceEnabled boolean

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

frequentIssueDetectionInfrastructureEnabled boolean

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

The ConfigurationMetadata object

Metadata useful for debugging

Element Type Description
configurationVersions integer[]

A Sorted list of the version numbers of the configuration.

clusterVersion string

DESK server version.