Dear Madame and Sirs,
Is it possible to discover in automation script (with C# classes) which alarm is selected (with mouse) in the active alarm console, and is it possible to read its properties (element name, parameter description, value, time, root time, severity, service impact ... )? If it is, how to do it?
Thank you!
Hi Jurica,
Thank you for the detailed information.
Based on the info you provided, I believe the hyperlinks.xml approach would be the best option for you.
Your hyperlinks file could look something like this:
Your automation script could then look something like the example below.
Please note that the example doesn't send the mail; it just generates an information event with the info from the alarm.
Hi Ive,
With suggested script code we must fill the Parameters (DmaId, AlarmID, ElementName, Severity ) with hand. Is it possible to fill it automatically in the script with c# code ? We want to read it automatically from selected alarm row. We don't want to write it manually.