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 |
| 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 |
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.
Property | Type | Description | Required |
---|---|---|---|
Enabledenabled | boolean | - | required |
Titletitle | text | The title of the anomaly detector | required |
Descriptiondescription | text | The description of the anomaly detector | required |
Sourcesource | text | - | required |
Execution settingsexecutionSettings | ExecutionSettings | - | required |
Analyzer inputanalyzer | AnalyzerInput | - | required |
Event templateeventTemplate | DavisEventTemplate | - | required |
ExecutionSettings
objectProperty | Type | Description | Required |
---|---|---|---|
Actoractor | text | UUID of a service user. Queries will be executed on behalf of the service user. | optional |
Query offsetqueryOffset | integer | Minute offset of sliding evaluation window for metrics with latency | optional |
AnalyzerInput
objectProperty | Type | Description | Required |
---|---|---|---|
Namename | text | Fully qualified name of the analyzer | required |
Input fieldsinput | Set<AnalyzerInputField> | Input fields for the specified analyzer | required |
DavisEventTemplate
objectProperty | Type | Description | Required |
---|---|---|---|
Event propertiesproperties | EventProperty[] | Set of additional key-value properties to be attached to the triggered event. | required |
AnalyzerInputField
objectProperty | Type | Description | Required |
---|---|---|---|
Keykey | text | - | required |
Valuevalue | text | - | required |
EventProperty
objectProperty | Type | Description | Required |
---|---|---|---|
Keykey | text | - | required |
Valuevalue | text | - | required |