builtin:health-experience.frontend-alert)Settings schema for frontend health alerts
| Schema ID | Schema groups | Scope |
|---|---|---|
builtin:health-experience.frontend-alert | - | environment |
| GET | Managed | https://{your-domain}/e/{your-environment-id}/api/v2/settings/schemas/builtin:health-experience.frontend-alert |
| GET | SaaS | https://{your-environment-id}.live.dynatrace.com/api/v2/settings/schemas/builtin:health-experience.frontend-alert |
| GET | Environment ActiveGate | https://{your-activegate-domain}/e/{your-environment-id}/api/v2/settings/schemas/builtin:health-experience.frontend-alert |
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 |
Name of the frontend alerttitle | text | - | Required |
Array of Frontends to configure the alert forfrontends | list | - | Required |
Alert KeyalertKey | enum | The element has these enums
| Required |
autoAdaptiveAnalyzerInputautoAdaptiveAnalyzerInput | AutoAdaptiveAnalyzerInput | - | Required |
seasonalBaselineAnalyzerInputseasonalBaselineAnalyzerInput | SeasonalBaselineAnalyzerInput | - | Required |
Actoractor | text | The user for which the alert gets executed | Required |
AutoAdaptiveAnalyzerInput object| Property | Type | Description | Required |
|---|---|---|---|
Number of signal fluctuationsnumberOfSignalFluctuations | integer | - | Required |
Violating samplesviolatingSamples | integer | - | Required |
Sliding windowslidingWindow | integer | - | Required |
Dealerting samplesdealertingSamples | integer | - | Required |
SeasonalBaselineAnalyzerInput object| Property | Type | Description | Required |
|---|---|---|---|
Tolerancetolerance | integer | - | Required |
Violating samplesviolatingSamples | integer | - | Required |
Sliding windowslidingWindow | integer | - | Required |
Dealerting samplesdealertingSamples | integer | - | Required |