QAction Csharp get IP and Port and Bus
24th September 2025
Hi Cedric, I think you should be able to achieve this by defining a parameter of type “bus” and “port”. More information can be found here. DataMiner will automatically populate …
Answer
24th September 2025
Hi Cedric, I think you should be able to achieve this by defining a parameter of type “bus” and “port”. More information can be found here. DataMiner will automatically populate …
24th September 2025
Hi Cedric, You can achieve this by defining 2 parameters in your XML One of the type bus A second with the type ip or pollingip (you can choose one …
24th September 2025
Hi Juan, You can add actions to a Grid component by modifying the template. What do you want to update in the dropdown component with the action? A list of …
23rd September 2025
If you no longer want to worry about those versions, you can also go for STaaS. Then you don’t have to waste time and resources on building and maintaining storage, …
23rd September 2025
Hi Berman, You can find the latest supported ranges on our compute requirements. For Cassandra, DataMiner is compatible with the 4.X ranges including both the 4.0 and 4.1 release branches. …
23rd September 2025
Hi Jaroslaw, As far as I know, this hasn’t been tested before by Skyline. It’s hard to predict the impact on DataMiner, so I suggest enabling it in audit mode …
23rd September 2025
Not completely out of the box; you might be able to run an nginx container configured as an reverse proxy which will set the header in proxy
23rd September 2025
Hi Bernard, As far as I’m aware, it’s not possible to use a user defined API without any token. So, in the device it’s not possible to set any headers …
23rd September 2025
Hi Anderson Kebba, Did you made sure to add the option to the softlaunch.xml and restart the agent ? <DataAPI>true</DataAPI> If this is the case and you still don’t see …
23rd September 2025
Hi Alexandre, Here’s an automation script that should more or less do the job for you, hope this helps using Skyline.DataMiner.Automation; using System; using Skyline.DataMiner.Net; using Skyline.DataMiner.Net.Masking; using Skyline.DataMiner.Net.Messages; using …
23rd September 2025
Hi Jaime, As documented in Troubleshooting Cassandra – Architecture | DataMiner Docs, in failover systems with Cassandra single, the replication factor should be set to 2. Kind regards,
23rd September 2025
Hi Juan, Yes, that is possible. Failover indeed works as 1+1. And this means if you have e.g. 5 agents in one location, you need 5 agents in the second …
23rd September 2025
Hi Jeeva, The Path you have to specify must either be relative to the C:/Skyline DataMiner/Maps folder or the path to an openly accessible URL that hosts the overlay. When using …
22nd September 2025
If you know all the possible types, then in the configuration of the map (xml), you could add multiple layers for the same table, but each with a different table …
22nd September 2025
Hi Mohan, As Ben mentioned, scheduling the alarm template would be the cleanest solution. Of course, this approach means that no alarms would even be triggered, so I understand that …