Detailed report of MAG Patch Policy

In order to automatically send actions via WEBUI’s Patch Policy, I would need a detailed report of the fixlets executed on each endpoint and the corresponding results. How could I obtain these results?
Thanks
Giorgio

There are many examples if you simply search the forum however for a quick start you can use below session relevance, it can be used for creating custom reporting or within API query:

(ID of parent group of actions of it as string | "N/A", ID of Actions of it as string | "N/A", name of parent group of actions of it as string | "N/A", name of action of it as string, Name of Computers of it as string | "N/A", Status of it as string | "N/A", State of Actions of it as string | "N/A", Time Issued of action of it as string, start time of it as string | "N/A", end time of it as string | "N/A") of results of member actions of bes actions whose (id of it = MAG_ID)

Related similar post for Custom Reporting:
We want Patch Report - Reporting - BigFix Forum

If you are interested action status report based on any computer group:
Relevance - action status report group membership - Content Authoring - BigFix Forum

1 Like

Hi Vijay,
Thanks for the tip. It’s a great way to get started.
This way, I have the overall MAG result.
But how can I get the results for the individual fixlets in the MAG? Or rather, how can I find out the ActionIDs of the fixlets in the MAG? This is to be able to loop the same relevance for each individual fixlet within the MAG.

Thanks
Giorgio

Please check my updated relevance, I have updated the code to show the below, that way you will have everything what you need.

ParentID, ChildID, ParentActionName, ChildActionName

1 Like

Hi Vijay,

This is exactly what I was looking for. You’ve solved more than one of my problems. You’re a genius :man_mage:
Thank you so much.
Giorgio