Session Relevance to list action settings

Does anyone know how to use session relevance to list all actions that have a particular settings value? I am trying to get a list of open actions that were submitted with this setting being true:

The action’s downloads will be started before action constraints are satisfied.

Which I believe converts to:<PreActionCacheDownload>true</PreActionCacheDownload> when you export the action.

But I cannot figure out how to query against that in session relevance.

Thank you,
Tom

I believe you’re looking for <precache flag of <bes action>. As a side note, you can always search for all available inspectors on developer.bigfix.com, and in this case, you’d find it under the properties associated with an action object: https://developer.bigfix.com/relevance/reference/bes-action.html

Here’s a simple example:

(id of it, name of it) of bes actions whose (precache flag of it)

1 Like

Thank you, Aram.
I looked on the developer pages but must have looked right past the entry for it.

Have a great day!