Settings API - Analyzers schema table

  • Published Sep 25, 2025

Analyzers (builtin:fdi.analyzer)

Analyzers are used for various analytical and statistical tasks. Some examples might be: correlating different metrics, checking metrics for changepoints, forecasting a metric etc..
Analyzers can be combined by being declaratively defined, calling or extending each other.

Schema IDSchema groupsScope
builtin:fdi.analyzer-
environment
GETManagedhttps://{your-domain}/e/{your-environment-id}/api/v2/settings/schemas/builtin:fdi.analyzer
SaaShttps://{your-environment-id}.live.dynatrace.com/api/v2/settings/schemas/builtin:fdi.analyzer
Environment ActiveGatehttps://{your-activegate-domain}/e/{your-environment-id}/api/v2/settings/schemas/builtin:fdi.analyzer

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

PropertyTypeDescriptionRequired
Analyzer name
name
text-required
Analyzer definition
definition
text

The analyzer in its plain serialized form. Only edit if you know what you are doing!

required