Settings API - Performance thresholds schema table
Performance thresholds (builtin:synthetic.multiprotocol.performance-thresholds)
Dynatrace generates a new problem if this synthetic monitor exceeds any of the performance thresholds below in {violatingSamples} of the {samples} most recent request executions at a given location, unless there is an open maintenance window for the synthetic monitor. Multiple locations with {violatingSamples} such violations can be included in a problem. The problem is closed if no performance threshold is violated in the {dealertingSamples} most recent request executions at each of the previously affected locations.
Schema ID | Schema groups | Scope |
---|---|---|
builtin:synthetic.multiprotocol.performance-thresholds |
| MULTIPROTOCOL_MONITOR - Network availability monitor |
GET | Managed | https://{your-domain}/e/{your-environment-id}/api/v2/settings/schemas/builtin:synthetic.multiprotocol.performance-thresholds |
SaaS | https://{your-environment-id}.live.dynatrace.com/api/v2/settings/schemas/builtin:synthetic.multiprotocol.performance-thresholds | |
Environment ActiveGate | https://{your-activegate-domain}/e/{your-environment-id}/api/v2/settings/schemas/builtin:synthetic.multiprotocol.performance-thresholds |
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 | Type | Description | Required |
---|---|---|---|
Generate a problem and send an alert on performance threshold violationsenabled | boolean | - | required |
Performance thresholdsthresholds | Set<ThresholdEntry> | - | required |
The ThresholdEntry
object
Property | Type | Description | Required |
---|---|---|---|
Threshold (in ms)threshold | integer | - | required |
Step indexstepIndex | integer | - | required |
Aggregation typeaggregation | enum |
| required |
Number of violating request executions in analyzed sliding windowviolatingSamples | integer | - | required |
Number of request executions in analyzed sliding window (sliding window size)samples | integer | - | required |
Number of most recent non-violating request executions that closes the problemdealertingSamples | integer | - | required |