Webreport custom filter for action history

Hi Team,

I want to pull fixlet action history without doing any manual work. I want to create a custom filter where i can pull all the action history including the hostname & there status.

No, action “history”! If an action is deleted from the console, BigFix will not keep any historical information.

However, if you want to fetch the results of actions, you can create a custom webreport utilizing session relevance.

If you really want to have entire action history, you should work on the following type of solution:

  1. RestAPI query to retrieve the action data and save it somewhere.
  2. RestAPI based integration with any of your org. reporting solution
  3. Create a new database to extract action data from BigFix DB.