How to automatically delete action items from the BigFix console?

Hi guys.
I have an action on BigFix that updates the information of all clients every day.
So every day 7000 actions are created on the BigFix console’s ‘Master Action Site’.
I want to automatically delete the actions of the ‘Master Action Site’.
I want to know if there is a fixlet that removes the action item from BigFix console.
Thank you.

Is this a single fixlet which you use to target all clients? I did not get why there are 7000 actions. Can you explain the issue further?

The only way to remove the actions is to do it manually. You can utilize the rest api to delete them programmatically. Check below link

Export and Delete Expired Actions
https://www.bigfix.me/fixlet/details/3754

As with all fixlets, please test this first before using in Production.

1 Like

Thank you for answer!
There are 7000 actions because 7000 clients update their DB information.
My customers wanted to link Bigfix DB with their personal information database.(name, department…)
BigFix does not have a DB linkage function, so we have updated the personnel information through Fixlet with the help of IBM.
During the process, 7000 actions are created daily.
I would like 7000 actions to be summed up as one, but I need a fixlet to delete the daily action list.

From what i understood, you use a fixlet that updates information on 7000 endpoints every day. So the fixlet should be targeted to all 7000 endpoints at once and there should be only one action you see on console. I don’t understand how 7000 actions are created. Is the targetting done one endpoint at a time?

Once the actions have expired, you can use the fixlet i referenced earlier to remove them. You can modify it to suit your needs.