HI Team,
Need assistance and confirmation on an API requirement, will it be possible to have an api call made to gather all the latest month patches released and available in BigFix Console? Please suggest.
Regards,
VT
HI Team,
Need assistance and confirmation on an API requirement, will it be possible to have an api call made to gather all the latest month patches released and available in BigFix Console? Please suggest.
Regards,
VT
Yes, you can use below query to fetch them:
(id of it as string, name of it as string, source release date of it) of bes fixlets whose ((name of site of it as string as lowercase = "Enterprise Security" as lowercase) and (month_and_year of source release date of it = (month_and_year of current date - 0*month)))
For reference, the session relevance example above could be passed to the REST API to return the data via the /api/query resource. Note also that the query above specifically focused on Patches for Windows…its scope can be expanded if that is needed.