-Have implemented .Net core API with Static Data Display as JSON response and try to access this Local API EndPoint in Dataminer
-Not added any key, authorization, header its open API so I need to populate the data on Dataminer meaning access the data through dataminer.
- I am using the HTTP connection.
Hi,
Would it be possible to elaborate the question at bit as it is not really clear at this moment what the issue is?
If I understand it correct, then you have developed a standalone application that is running locally and is listening for HTTP GET requests and it replies with it response as a JSON string.
Now you want this data to be available in DataMiner?
-What could be done is creating an HTTP connector that executes an HTTP GET to the socket where the application is listening to and link the response to a parameter.
A good starting point for developing an HTTP connector can be found here
-If you do not want to create an HTTP connector, then an alternative could be to create a scripted connector. This is a python script that could execute the HTTP GET and then forward the JSON response to Data API, which will automatically create the element and populate the data. More info about scripted connectors can be found here
Regards,