Dropdown filter table column in a low-code app

There are several ways to achieve this, and the best approach depends on your specific use case: Table Variable in a Dropdown Create a fixed table which contains the different …

Make Element update in Automation Script

Hi David, Could you test if adding the following to the beginning of your script helps you? engine.SetFlag(RunTimeFlags.NoKeyCaching); For efficiency reasons, DataMiner will cache the results of your first time …

Visualizing GQI metrics in DataMiner

Hi Tim, There is no out-of-the-box way to visualize these metrics, but we could easily leverage GQI and LCA for this. Let me create something that does this. I’ll keep …

Trending Table in Dashboards/LCA

Hi Rafael, The GQI Data source ‘Get parameter table by ID’ allows you to retrieve trend data: Hope it helps.

Syslog messages element configuration

Hi Timothy, I suspect that the connection is a smart-serial one and that you want to use it as a server. Therefore, you need to define the address you want …

Pre-Generate Images from Visio Pages

Hi Martin, These images are highly dynamic as they depend on parameter values, user permissions, etc. Creating the images for all possible cases on a fixed interval would use a …

Create Monitors and Presets with an Automation Script

Hi Sebastián, Hope this helps to create monitors/preset and to interpret the data coming out of GetMonitor/GetPreset: AddMonitor string[] monitorDetails = new string[] { “7”, // script ID “123”, // …

Proxy server with authentication

Hi for CloudGateway this is not possible yet you can only specify a proxy IP (Connecting to dataminer.services via proxy server | DataMiner Docs). For STaaS you are able to …

DCF Automation

Hi Ross, You will find the info you need here: DCF in the DataMiner class library | DataMiner Docs

DCF Automation

Hi Ross, There is a Kata session related to DCF where we used the Skyline Generic Provisioning connector to import/export DCF connections (using a CSV file). For example, your automation …

Migrate failover Virtual IP to hostname

Interesting question – can I ask why the hostname config would be needed just for one pair of DMAs? Is it an intermediate step or just a new DMA pair …