Hi,
I'd like to have a data source in GQI where I can list the agents of the connected system in a dropdown in the LCA i'm developing.
Therefore, I would create one, but I'm not sure if this DS would already exists or not.
I have scanned Github (SLC repo's) and the Catalog, looking after data sources which returns simple data list with basic info of each agent. I could not find any.
My question is: is there a place where I can safely filter and search on general/commonly used GQI data sources?
POST-UPDATE: I created the data source myself and pushed it on our GitHub repo.
You can find the data source here.
*Copy from README*
This GQI Data source will return a list of DataMiner agents of the connected system. The minimum supported version is DataMiner 10.4.0.0 (Nuget) The following information will be passed:
- ID of the agent
- Name of the agent
- Connection state of the agent
- GUID of the DataMiner agent
Hi Matthias - the goal is to have more specific categories in the catalog, so that you can filter down on things like Ad Hoc Data Sources, ChatOps Extensions, user-definable APIs, Profile Load Scripts, etc. And to get to a point where everybody can easily create and share their extensions. This is still work in progress on the catalog-side of things. Just so you know.
On your specific question, I'm not sure if somebody has designed already that specific Ad Hoc Data Source.
OK, thanks for catalog update. I’ve created the DS myself and pushed it on Github, Link is in original description.