Hello,
I need to automatically clear (and in some cases mask) particular alarm after an action is taken using tool created as automation script (i.e. Hyperlink). For alarm masking I know that there is WebService method MaskAlarm, but can't find anything with regards to alarm clearing. Is it even possible to clear/mask alarm using any Engine methods?
Regards,
Mateusz
Hi Mateusz, I would recommend you to check the DataMiner Automation course, available for free on Dojo. In this course, there are two videos that might be relevant to your question.
In the video 'Executing scripts from Correlation', you will learn how to automatically trigger an Automation script on certain events by making use of correlation. In this video, parameter sets are used (backupElementStream.SetParameter(203, idx, (int)VlcInstanceState.Paused)) and element alarm masking (backupElementStream.Mask("Main Stream is running.")) as well.
In the video 'Executing scripts from the Alarm Console', you will learn how to trigger an Automation script by using the context menu on an Alarm in the Alarm Console.
I hope this helps you further.