post api call on button click
3rd October 2024
Hi Chirangee, Overall, your C# code looks good, but there are a few issues in your XML file. First, you should always define the PID of the read parameters in …
Answer
3rd October 2024
Hi Chirangee, Overall, your C# code looks good, but there are a few issues in your XML file. First, you should always define the PID of the read parameters in …
3rd October 2024
Hi Daniel, Some quick pointers that might be of use: The XML files in C:\Skyline DataMiner\Correlation are what is relevant for correlation rules. TXF files have cached contents and do …
3rd October 2024
If it’s just about creating a new element with the exact contents of the original one there are automation scripts for this purpose available in the catalog. Get all parameters …
3rd October 2024
Hi, I’m assuming you are using the powershell version of the script because you have to provide the paths to the keytool and openssl. I had a look at the …
3rd October 2024
hi jose silva, thanks for reply see this code once i m getting respective data in log but not in table using System; using System.Collections.Generic; using System.Diagnostics; using System.Globalization; using …
2nd October 2024
Hi, version 10.4.9 of the Skyline.DataMiner.Dev.Automation NuGet package is referenced in the C# project on this line. Since you are using an older DataMiner version, it would be better if …
2nd October 2024
Hi Stefan, Is it possible that you are referring to the user-defined API? You can find some documentation on how to use it here. We also have a nice KATA …
2nd October 2024
Hi, Could you check that log file to see if you see any entry close to that one indicating that the Scripted Connector has started? If you find one, please …
2nd October 2024
Hi João, Using the following code, all parameters and their properties can be retrieved: var dms = engine.GetDms(); var element = dms.GetElement(“element01”); var protocolInfo = engine.GetUserConnection().GetProtocol(element.Protocol.Name, element.Protocol.Version); foreach (var param …
2nd October 2024
In summary: When using the GetNext SNMP Request, the table on the DataMiner side must include all columns up to the last defined one. Similarly, those columns must be implemented …
2nd October 2024
Hi Matej, For GetNext method to work all columns that are defined in the connector should be available in the device. But if the device doesn’t implement all columns there’s …
2nd October 2024
Hi Chirangee, I’m not sure if I fully understood the question, but it seems clear that you’ll need a QAction to manage what you want to achieve with the table. …
2nd October 2024
Hi Apurva, To get the ring shape, I’ve used the grid component and stacked different circles on top. For the colors you can use the conditional fill, based on the …
2nd October 2024
Hi João, The easiest way is to use the class library. More information can be found here. Using that library you can retrieve the element, and create a duplicate of …
1st October 2024
Hi, this is definitely not expected behavior and your setting is correct. ‘Auto size’ should make the content fit under all circumstances. I can verify it is indeed not taking …