How to get the IP address of DMA via automation script

Hi Eric, The IP address of the DMA can be retrieved in an automation script using the following property: https://docs.dataminer.services/develop/api/types/Skyline.DataMiner.Net.ServerDetails.AgentIP.html#Skyline_DataMiner_Net_ServerDetails_AgentIP Example: string ip = Engine.SLNetRaw.ServerDetails.AgentIP;

What Keyword for TreeID to use in Hyperlinks.xml?

Hi Peter, You are right, it is advised to use AlarmTreeID now. A [TREEID] placeholder for Hyperlinks was not added yet. AlarmTreeID is just a useful wrapper around DataMinerID/ElementID/RootAlarmID, so …

Is mTLS supported for API Integrations?

Hi, It should be possible to integrate with an API using mTLS from QActions or automationscript by sending the API requests via a HttpClient in C#. The implementation would look …

Trending on single param in DVE element

Hi Robbie, I don’t think there is something you can do in your protocol to mitigate this visual annoyance. Let’s follow up with a collaboration task to get this changed.

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 …