Hello,
I'm interested in integrating particular system with DataMiner using webhooks. Certain KPI information can be send from on of the systems to any destination (Datamiiner in this case) using webhooks. The thing is I'm not sure if and how DataMiner can be configured to listen for incoming HTTP(S) POST messages. I suppose, standard DataMiner's HTTP interface cannot be used here, because it is designed in a way that Dataminer initiates communication, i.e. sending HTTP request to source system. Here source system is going to post http messages in asynchronous way, like SNMP traps. Could you please advise how it can be implemented in Dataminer?
Regards,
Mateusz
Hi Mateusz, this is a very interesting question you raise. Today there is no off the shelf support for that in DataMiner, but that would be something interesting to integrate. Don't hesitate to register this on our new feature suggestion channel here on dojo.
To bring you closer to a solution today we would have to take a look at a protocol which will give you the freedom to create this. This could be an option if you don't have the specific requirement to host this on port 80 as this one is used by IIS on the DataMiner node. Do note that this will be separate listener thread is a driver, so that won't be the most easy implementation.
We are looking for a similar feature at Sky.
My colleague has created a feature request Here.