Hi Dojo,
I have an element with a smart serial connection and a http connection.
<Type relativeTimers="true" advanced="smart-serial:Events Connection" communicationOptions="redundantPolling">http</Type>
Is there a way to get the Dataminer IP and port of the events connection in a QAction of this connector?
Context:
I need to send a message to the device
Body:
{
"ServerIDs": ["****"],
"EventsPushApiUrl": <IP address and port of DMA>,
"DpiPushApiUrl": "",
"NavePushApiUrl": "",
"CaptionsPushApiUrl": "",
"EasPushApiUrl": "",
"StreamingMonitorPushApiUrl": ""
}
Thanks in advance
Hi Timothy,
Maybe you can use this DATAMINER INFO to retrieve the IP address of DMA. I'm not sure if the port will also be there, but you can check
Hope this could help you
Kind regards,