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": …

SRM Discover resources

Hi Terry, The script currently doesn’t support filtering on a specific Element. It will currently look through all the elements that match a certain Profile Defininition. You could manually modify …

Get Spectrum Element traces

Hi, The SpectrumBufferDataResponseMessage is not officially documented, but I found these following properties that could further help to understand what is being returned: double[] Values: Trace data points double CenterFrequency: …

Document Folder not appeaing in Documents Module

Hi, Have you tried adding items through Cube?Maybe the directory you’re using isn’t valid. To add folders or documents, right-click the folder in the driver’s Documents section. BR