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 ID | Schema groups | Scope |
|---|---|---|
builtin:fdi.analyzer | - | environment |
| GET | Managed | https://{your-domain}/e/{your-environment-id}/api/v2/settings/schemas/builtin:fdi.analyzer |
| SaaS | https://{your-environment-id}.live.dynatrace.com/api/v2/settings/schemas/builtin:fdi.analyzer | |
| Environment ActiveGate | https://{your-activegate-domain}/e/{your-environment-id}/api/v2/settings/schemas/builtin:fdi.analyzer |
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 |
|---|---|---|---|
Analyzer namename | text | - | required |
Analyzer definitiondefinition | text | The analyzer in its plain serialized form. Only edit if you know what you are doing! | required |