Settings API - Anomaly detectors schema table
Anomaly detectors (builtin:davis.anomaly-detectors)
Anomaly detectors are used to automatically detect anomalies in timeseries by using thresholds or baselines.
Schema ID
Schema groups
Scope
builtin:davis.anomaly-detectors
group:anomaly-detection
environment
GET | Managed | https://{your-domain}/e/{your-environment-id}/api/v2/settings/schemas/builtin:davis.anomaly-detectors |
SaaS | https://{your-environment-id}.live.dynatrace.com/api/v2/settings/schemas/builtin:davis.anomaly-detectors | |
Environment ActiveGate | https://{your-activegate-domain}/e/{your-environment-id}/api/v2/settings/schemas/builtin:davis.anomaly-detectors |
Authentication
To execute this request, you need an access token with Read settings (settings.read
) scope. To learn how to obtain and use it, see Tokens and authentication.
Parameters
Property
Type
Description
Required
Enabled
enabled
boolean
-
required
Title
title
text
The title of the anomaly detector
required
Description
description
text
The description of the anomaly detector
required
Source
source
text
-
required
The ExecutionSettings
object
Property
Type
Description
Required
Actor
actor
text
UUID of a service user. Queries will be executed on behalf of the service user.
optional
Query offset
queryOffset
integer
Minute offset of sliding evaluation window for metrics with latency
optional
The AnalyzerInput
object
Property
Type
Description
Required
Name
name
text
Fully qualified name of the analyzer
required
The DavisEventTemplate
object
Property
Type
Description
Required
Event properties
properties
Set of additional key-value properties to be attached to the triggered event.
required
The AnalyzerInputField
object
Property
Type
Description
Required
Key
key
text
-
required
Value
value
text
-
required
The EventProperty
object
Property
Type
Description
Required
Key
key
text
-
required
Value
value
text
-
required