Hi dojo,
I want to mask alarms for an enhanced service element. Is that possible without using SLNet calls?
If so, please let me know how 🙂
Thanks
Hi Nejra,
Can you have a look into the following How to Mask Alarms in Advance for Scheduled Maintenance? - DataMiner Dojo and How to trigger the mask/unmask alarm as we have in Cube? - DataMiner Dojo, think you should just need to pass the correct elementID.
Hi
you could create an automationscript that has the elementid as an input and does a mask on that element. This script can then be exposed as a User-Defined API.
You can find documentation on User-Defined APIs here: User-Defined APIs | DataMiner Docs.
Would this be a suitable solution for your use-case?