get device data only with respective ip in http type protocol
24th September 2024
Hi Chirangee, You have different options to get data from the device using HTTP api calls. If there is no additional URL that you use to get data and only …
Answer
24th September 2024
Hi Chirangee, You have different options to get data from the device using HTTP api calls. If there is no additional URL that you use to get data and only …
24th September 2024
Hi, DataMiner requires you to install .NET using the .NET hosting bundle installer. This should install both the .NET and ASP.NET runtime as well as the IIS component, so I …
24th September 2024
Hi Stephan As mentioned in Preparing to upgrade a DataMiner Agent | DataMiner Docs, I believe it needs to be the ASP.NET Core Runtime – Windows hosting bundle (Download ASP.NET Core 8.0 Runtime (v8.0.8) – …
24th September 2024
Hi, Both are good options depending on what the device exposes and how snmp agent/web api are implemented. If it has an web api then this can be more efficient …
24th September 2024
Hi, The parameter of type POLLINGIP will contain all IPs for each connection on your connector separated by ; as mentioned Type element | DataMiner Docs In the QAction you …
24th September 2024
If you say it goes in time out -sometimes-, how long does it usually take when it doesn’t go in time out? Could there be any meaningful difference in the …
24th September 2024
Hi Nejra, have you finished your timer project? I have the same problem. When a button (which is starting a script) will be pressed a timer should start. But I …
24th September 2024
Hi Miguel, There have not been any functional changes to the GQI Trend data source over the past year, so all information that exists is still relevant. As you correctly …
24th September 2024
Hi Bing, Before to proceed with the automation script, can you check if offload to a file fits your use case? (see the note) If that feature does not fit …
24th September 2024
Hello Fenta, (1) Firstly, on the DMA that doesn’t seem to have the service, can you please check if the views.xml file (located in C:\Skyline DataMiner) have the information of …
23rd September 2024
Hi Ed, If param 50 and 51 are polled via SNMP you can create a QAction that gets triggered by the two parameters or after the respective SNMP Group. Inside …
23rd September 2024
Hi Carlos, Instead of using HorizontalAlignment.Center, you could try to use the Margin property to shift the component to the right. I think this is a more recommended way, because …
23rd September 2024
Hi, Indeed it is not possible to have mutiple selections in a drop down component. Instead you can try using a Tree or a List component, which allows multiple selections.