Hello All,
I have created LinuxPathc -Analysis in BigFix Console which will pull date and Install Patch Information.
What is the BigFix API URL Query I should use to pull the Linux Patch Information?
Regards,
Manish Singh
Hello All,
I have created LinuxPathc -Analysis in BigFix Console which will pull date and Install Patch Information.
What is the BigFix API URL Query I should use to pull the Linux Patch Information?
Regards,
Manish Singh
Any input on the query please!!
I tried below API command to pull the information but I’m getting output as “Requested resource does not exist.”
https://ABC:52311/api/query?relevance=if (name of operating system as lowercase starts with “linux”) then (lines of files “/tmp/Patchinstalled.txt”) else “Not Found”
Any input/suggestion would be highly appreciated.