ILMT / SUA – REST API – Computer Systems attribute ‘software version’

Does anyone know the query parameters I could use from the BigFix Inventory API for software and their update version.

Can you give more details on what you mean by “update version”?

If you are looking for component_version from software installations or software classification, it maps to component_release in this API. There is also component_detailed_version in the same API but it’s not included in the default query, so the column name will need to be specified explicitly in the API query, as shown in an example in the same page.

https://help.hcltechsw.com/bigfix/10.0/inventory/Inventory/integration/r_get_software_instances_v2.html?hl=software%2Cversion

2 Likes

component_detailed_version worked and was able to pull the required information.
Thanks a lot.