Log file retention SLNET

Hi Baptiste, You can increase the size and number of SLNET logfiles by tweaking the SLNETConfig file, see SLNet_exe_config. Regards,

Changing the Time Limit for a Request to a UDAPI

Hi Bautista, The 30s timeout appears to be the default setting for the HTTP client. Try adjusting the client’s timeout configuration to see if that resolves the issue. However, for …

Page/panel updates Low-Code Apps

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:

Migrate Services between DMAs

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 …

Driver implementation – SSH to device using SSH keys

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.

Automation script add custom library

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 …

slnet call : matrix label update

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 …

Inverse Wildcard Filtering in Alarm Templates

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 …

Limit Table Rows on a Display Table

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 …