Settings API - Outage handling schema table
Outage handling (builtin:synthetic.http.outage-handling)
Dynatrace can generate problems for both global outages and/or local outages based on the availability of either all configured locations or only individual locations over consecutive runs.
Schema ID | Schema groups | Scope |
---|---|---|
builtin:synthetic.http.outage-handling |
| HTTP_CHECK - HTTP monitorenvironment |
GET | Managed | https://{your-domain}/e/{your-environment-id}/api/v2/settings/schemas/builtin:synthetic.http.outage-handling |
SaaS | https://{your-environment-id}.live.dynatrace.com/api/v2/settings/schemas/builtin:synthetic.http.outage-handling | |
Environment ActiveGate | https://{your-activegate-domain}/e/{your-environment-id}/api/v2/settings/schemas/builtin:synthetic.http.outage-handling |
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
Property | Label | Type | Description | Required |
---|---|---|---|---|
globalOutages | Generate a problem and send an alert when the monitor is unavailable at all configured locations. | boolean | - | required |
globalConsecutiveOutageCountThreshold | Alert if all locations are unable to access my web application | integer | - | required |
localOutages | Generate a problem and send an alert when the monitor is unavailable for one or more consecutive runs at any location. | boolean | - | required |
localLocationOutageCountThreshold | Alert if at least | integer | - | required |
localConsecutiveOutageCountThreshold | are unable to access my web application | integer | - | required |