I was looking through the documentation (6.1) and trying to determine how I can pull a list of all incident rules, the measures/monitors attached to them, and any thresholds they may have through a rest call. I see how to get data on actual incidents that have been triggered, but I don't see where I can just pull a complete list of metadata (think audit) about how the incident rules are configured so that someone without dynatrace access can just scroll through a spreadsheet and say, yep, we have an alert setup for X. Part of the problem might be that I am kind of trying to merge 2 different sets of data, some from incident rules and some from the monitor behind it. Has anyone attempted this or is there some page of documentation on this that I missed?
Answer by Graeme W. ·
You can parse it out of the system profile (the actual xml file) using XSLT. See: Re: Export Incident Rules
-- Graeme
JANUARY 15, 3:00 PM GMT / 10:00 AM ET