ACL monitoring Router Control

Hi Gerwin An information event for router control configuration changes seems like a reasonable request. I’ve added it as feature suggestion so the communicate can start voting for this: Information …

Timing for automated service creation

Hi Stefan, I see no immediate reason for that 5s pause, let’s investigate this in more detail via a ticket in your support contract (Contacting tech support | DataMiner Docs).

Cassandra with OpenJDK

Hi Stefan, I think you are on the right track. Firstly, I would suggest checking the compatibility between your Open JDK and Cassandra. After that, installing or extracting that Open …

Element Alarmstate flipping from 7 to 0

Hi Curtis, As Arunkrishna commented, Alarmstate 7 corresponds to Timeout state and 0 corresponds to Not Monitored (reference: DataMiner element control protocol | DataMiner Docs > search for 65008). If …

Why does DataMiner prefer even number of bytes?

Hi Edib, This is probably because the parameter is internally being converted to a string in a unicode connector. Can you please try setting the parameter with SetParameterBinary instead of …

Correlation Rule – Service name in the email

Hi Trong, When triggering an email via correlation, the subject can in fact contain placeholders. However, the serviceimpact:text, which represents the names of the affected services, is not available in …

Using dataminer api without credencials

Hi Juan, The DataMiner WebAPI needs authentication for most methods because they access DataMiner data, which has user-based security applied. For example: the ‘GetAlarmStateTimelineForService’ endpoint checks for user permissions on …