How to convert custom GQI to custom connector which in turn need to fetch the information from the Custom API


As this question has now been inactive for a very long time, I will close it. If you still want more information about this, could you post a new question?
Hi Apurva,
Currently, the Scripted connectors support python and powershell programming languages, so you will have to convert your C# custom GQI connector to e.g. a python script that creates a json datastructure and sends this to DataMiner. You can find an example in the documentation here: Creating a scripted connector
You can find some further examples on the Skyline Communications github page: SkylineCommunications/SLC-SC-Example_ScriptedConnectors: Example scripts that can be used together with DataAPI
Asking a generative AI tool such as ChatGPT to convert from C# to python usually gives results that can be used with some small manual changes.
I see that this question has been inactive for some time. Do you still need help with this? If not, could you select the answer (using the ✓ icon) to indicate that no further follow-up is needed?