Hello,
I would like to have a report generated for all the active alerts including trigger condition values .
Is there any way to include trigger condition value of the configured alerts in the report?
Regards,
Rahul S
You can query against Orion.AlertConfigurations (SWQL) or dbo.AlertConfigurations (SQL) for this information, but the data is stored as XML so you may need to parse it in some way depending on what you're trying to do.