So I would like to create an install package that can also install correlation rules and alarm filters.
What kind of api's can I use?
I will probably need to replace/adjust certain element ids when installing on a new DataMiner system.
Hi Tim,
In case, there's nobody that can share a CorrelationHelper or AlarmFilterHelperClass (could not find any myself), I guess, you'll have to code one yourself using the slnetmessages Cube sends to create the rules/alarmfilters you need. With slnetclienttest you can follow such a Cube session to inspect the details of the messages. Search for UpdateCorrelationRuleMessage and UpdateAlarmFilterMessage.
I Did find SkylineCommunications/SLC-AS-Enable-Disable-CorrelationRules: Automation Script to enable or disable a correlation rule which also uses UpdateCorrelationRuleMessage to enable/disable a rule, could be usefull for inspiration maybe?