Login using HTTP on Protocol

Hi Jose, On this documentation page you can find an example of how DataMiner encodes the data from the “Parameter” tags when sending a POST (the example right above the …

GQI script Parameter Description

Hi Timothy, If you know the protocol name and version, you can use GetProtocolMessage to retrieve all the information about the protocol. var message = new GetProtocolMessage(element.Protocol.Name, element.Protocol.Version); var result …

QAction Tigger on Params

Hi, I run manually QAction and work ok 2025/06/04 10:35:04.655|SLProtocol – 16756 – Titan-Live – copy|16092|CQAction::Run|INF|2|QAction [3] triggered by [pid=3/idx=-1/pk=/user=] Input: new = {“ping”: “ok”} Input: old = Input: extra …

QAction Tigger on Params

Hi, I can see values in both parameters, but the API Health parameter is linked to a QAction. The QAction should send 1 to API Health if it detects "ping": …