smartpulse broadpeak – Dataminer

Hi Rubens, I checked our Catalog and from Broadpeak I think we only have the following: – BkA100 – BKS350 – CDN Mediator BkM100 Kind regards,

post api call on button click

things are working well now i want a post api call on this toggle button click data will update job status column value {start , stop } .

post api call on button click

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 …

Correlation Migration between DMSs

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 …

post api call on button click

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 …

Custom API in Dataminer

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 …

Getting all parameters and their values from Element in C#

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 …

SNMP GetNext Request

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 …