How to convert custom GQI to custom connector which in turn need to fetch the information from the Custom API
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.