06 Apr 2021
05:58 AM
- last edited on
11 May 2021
04:09 AM
by
MaciejNeumann
{
"aggregationType": "AVG",
"alertCondition": "ABOVE",
"dealertingSamples": 5,
"description": "The .NET GC time of {severity} is {alert_condition} the threshold of {threshold}",
"disabledReason": "NONE",
"enabled": false,
"eventType": "PERFORMANCE",
"metricId": "builtin:tech.dotnet.perfmon.%TimeInGC",
"monitoringStrategy": {
"alertCondition": "ABOVE",
"alertingOnMissingData": false,
"dealertingSamples": 5,
"samples": 5,
"threshold": 0,
"type": "STATIC_THRESHOLD",
"unit": "PERCENT",
"violatingSamples": 3
},
"name": "{{.name}}",
"samples": 5,
"severity": "PERFORMANCE",
"threshold": 0,
"unit": "PERCENT",
"violatingSamples": 3,
"warningReason": "NONE"
}
Solved! Go to Solution.
Hi naveen,
This API has the definitions of all custom events for alerting in Dynatrace. These could be alerting events that were deployed as part of extensions (whether built-in or custom) or that were created from the settings page.
The documentation for the API can be found at this link.
You can actually explore these entries in the UI too, in the following places:
Best regards,
Radu
Hello @nakb
Adding to what @Radu mentioned you can get these details from Dynatrace REST API.
Cheers!
R
Hi Thanks for the information.