• Home
  • Dynatrace API
  • Environment
  • Settings
  • Schemas
  • Analyzers

Settings API - Analyzers schema table

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
Retrieve schema via Settings API
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

PropertyLabelTypeDescriptionRequired
nameAnalyzer nametext-required
definitionAnalyzer definitiontext

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

required