Login using HTTP on Protocol
5th June 2025
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 …
Answer
5th June 2025
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 …
5th June 2025
Hi Alexandre, You can consider setting up an offload database. Please refer to ‘Setting up an offload database’ in DataMiner Docs for more information on setup and configuration.
5th June 2025
Hi Dario, if I understand your situation correctly, you want to set one cell via the write parameter in an automation script? if so, did you already checked the possibility …
5th June 2025
Hi Sebastian, The only way to do this that I can currently think of is by using an on screen keyboard to access the ctrl-key. I have created a task …
5th June 2025
Hi Amber, After uploading a file to Documents, you must restart the application for it to be visible in the Documents section in Cube. Thanks
4th June 2025
Hi, I solve import this Newtonsoft.Json.Linq in my solution. is working ! thanks
4th June 2025
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 …
4th June 2025
Biased Skyliner here but what I’ve always loved about Dataminer is its open architecture and flexibility. You can…for want of a better expression, bend it to your will. Let me …
4th June 2025
Hi Alexandre, A possible option is using the web API call GetTrendDataForParameter or GetTrendData CustomTimespanForParameter to retrieve this information. Hope it helps.
4th June 2025
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 …
4th June 2025
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": …
4th June 2025
Hi Paul, From DataMiner 10.4.0 [CU11]/10.5.0/10.5.2 onwards, changes to the column layout are saved automatically for each user. In earlier versions, you could manually save a custom column layout with …
4th June 2025
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 …
4th June 2025
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: …
4th June 2025
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