Page/panel updates Low-Code Apps
27th October 2025
Hi Sofian, The setting is only applied after refreshing the dashboard/app. After that, you should see a request every X seconds as configured in your fast polling:
Answer
27th October 2025
Hi Sofian, The setting is only applied after refreshing the dashboard/app. After that, you should see a request every X seconds as configured in your fast polling:
27th October 2025
HI Ryan, I am new to dataminer system, but i believe that you can do swarming Please have a look at the following link from docs https://docs.dataminer.services/dataminer/Administrator_guide/Swarming/Swarming.html Hope that will …
27th October 2025
Hi Jeeva, The values you select from the dropdowns are stored as session variables. Each one is assigned to the session variable name you set in the SetVar shape data. …
27th October 2025
Hi Bing, SSH communication using a key that is stored in a file is explained here: https://docs.dataminer.services/develop/devguide/Connector/ConnectionsSerialSecureShell.html?tabs=ssh1-1#public-key-authentication.
24th October 2025
Hi Ömer, Are you familiar with the “Compile as a Library” feature in DataMiner? It allows you to compile your automation script as a library, generating a DLL that can …
24th October 2025
Hi Jeroen, What = 128 corresponds to UpdatePortsXml.You can find all SLNet enum messages listed here: Enum NotifyType | DataMiner Docs This SLNet call allows you to dynamically modify a matrix …
24th October 2025
The solution is to use exclusion by unchecking monitoring in the alarm template as follows: Duplicate the table parameter in your alarm template In the filter field of the first …
24th October 2025
Hi Ryan, The “partial” attribute might be what you are looking for. It limits the number of rows that are displayed at once when viewed from the element card in …
24th October 2025
Hi Ive, This is currently not supported on the endpoint. This would however be a nice addition, so feel free to create a feature suggestion/request for this.
23rd October 2025
Hi Miguel, This isn’t possible at the moment. That said, several people have requested it, so there’s clear interest in having this feature. I’ve added it to our backlog, and …
23rd October 2025
Hi Martin, can you try to Filter on Alarm Type “Dropped from Major” and the Severity “Warning”? I tried it and it looked fine for me, not sure if it …
23rd October 2025
Hi Pedro, So I have done following so far: 1) We tested a sample application by BlackMagic to test the connectivity and it worked from the machine on which DMA …
23rd October 2025
I would expect a rule like the below to trigger each time a protocol is added or deleted.
23rd October 2025
Hi, In general, when using the “Reboot After Upgrade”, the server is just being restarted, and not upgraded. What can be done to get to this result: If your systems …
23rd October 2025
Hi Ömer, when their is a nuget package available, the preferred way is to add it via the nuget package manager. When it is a custom library you created and …