Does anyone know if there is an API for searching http://support.bigfix.com/cgi-bin/inspectorsearch/inspector_search.cgi
I would like to integrate those results into a query tool so I can do lookup of inspectors and properties
Does anyone know if there is an API for searching http://support.bigfix.com/cgi-bin/inspectorsearch/inspector_search.cgi
I would like to integrate those results into a query tool so I can do lookup of inspectors and properties
I think the one you’d want to use (newer) is:
https://developer.bigfix.com/relevance/search/
(I’ll have to check about the availability of an API)
Alternatively, you might be able to use the ‘property’ inspector to return useful information about inspectors/properties from within the query tool/Fixlet Debugger itself:
Are you looking for client and session relevance ?
You could raise as an issue for https://developer.bigfix.com on https://github.com/bigfix/developer.bigfix.com
Was mostly looking for session relevance, for doing auto-fill and that sort of thing
I think @leewei’s excel connector and the Session relevance tester actually do something along the lines you might need ?
Search the forum for excel connector
and again for session relevance tester
and you should hit the relevant topics.