23 Dec 2021 07:14 AM - last edited on 28 Dec 2021 11:39 AM by Karolina_Linda
Hi team,
Is there any API or other way through which i can push 3rd party alerts in Dynatrace for correlation prospects and showing same on dynatrace dashboard.
Regards,
Ashutosh Kumar Singh
Solved! Go to Solution.
23 Dec 2021 09:17 AM
You should check event API
https://www.dynatrace.com/support/help/dynatrace-api/environment-api/events-v1
https://www.dynatrace.com/support/help/dynatrace-api/environment-api/events-v2
Those events that are correlated with dynatrace entities are then considered in root cause analysis during problems. You can use events as well to fire new problem.
Sebastian
27 Dec 2021 05:55 PM
In addition to @skrystosik answer, you can use the file open interface to get the entity IDs (Host ID / Process Group Instance ID) so you can send events to them.
For root cause analysis, there are certain limits. One of the most important ones is the short sliding window when events are considered into existing root cause analysis. (5 minutes).