06 Apr 2021 01:58 PM - last edited on 11 May 2021 12:09 PM 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.
12 Apr 2021 08:58 AM
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
14 Apr 2021 08:08 AM
Hello @nakb
Adding to what @Radu mentioned you can get these details from Dynatrace REST API.
Cheers!
R
28 Apr 2021 09:48 AM
Hi Thanks for the information.