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 Jarica,
Can you please provide some more context on what you'd like to achieve?
It's likely that multiple users are connected, so that would be the first challenge.
It's also possible to have multiple alarm tabs open at the same time, so there could be multiple alarms that are selected.
If we can better understand your use-case, we might help you find the best possible solution.
e.g. you can use the hyperlinks.xml file to add an extra option to the context menu of the alarm console, which can trigger a script and pass on the info from the selected alarm (more info here).
Hi Ive,
Thank you.
We would like to extend option in the context menu of the alarm console, in the Cube, with “send e-mail” extra option. Idea is when operator with “left mouse click” select one alarm in the active alarms console, then with “right click mouse” from extended menu select “send e-mail”. “Send e-mail” extra option will invoke automation script in which with c# code would be created and formatted e-mail in format adjusted for further automatic analysing in another system outside Dataminer. For that purpose, in automation script, from the alarm which operator was select, we must read some properties.