I have saved a filter to get only the alarms that i want to see in dataminer cube. Im trying to fetch the alarms that are part of that alarm filter through automation script. Is there a way to get it?
Once i get hold of the filtered alarms im displaying it in table in low code app for monitoring purpose
Hi Baranisudha,
I believe for your use case the best approach is to use the alarm table component. This component allows you to display alarms based on saved filters.
Update:
For example you could aggregate by severity:
Hope it helps.
Hi Miguel, Thanks for this suggestion.
Based on the need, first I want to display the counts of my filtered alarms and if I click for more details, I should display those values.
Hi Baranisudha,
You could perform some aggregation in the alarm table component. I updated my answer with an example.
Hope it helps.
Hi Baranisudha,
Small question, what will be the outcome for your automation script?
Once you process the filtered alarms, are you planning to generate a report, execute an action?