Get action result for all computers in action

Hi,

I’ve searched the web on how to add the results for all computers In an action but came up empty.

How could I add that to the following query?

(ids of it, name of it, time issued of it, name of issuer of it) of items 0 of (elements of it, it) whose (time issued of item 0 of it = maximum of times issued of elements of item 1 of it) of set of bes actions whose (name of it contains “ActionName”)

thanks

How about something like:

(ids of it, name of it, time issued of it, name of issuer of it, (name of computer of it | "n/a", status of it) of results of it) of items 0 of (elements of it, it) whose (time issued of item 0 of it = maximum of times issued of elements of item 1 of it) of set of bes actions whose (name of it contains "ActionName")

2 Likes

Thanks Aram, that works nicely. Question: I see the result as “fixed” for those computers that successfully received the deployment and those that didn’t as “failed”. Is “fixed” synonymous with “completed” which I see in the BigFIx console?

actually if when I added detailed status I get “The action executed successfully” which works better for me. What resources are you using to write your queries? I am starting to get this but have a long way to go. Thanks again!

1 Like

There are a variety of resources that can help here:

Dear sir
How do I put those your above code In Bigfix console Please can you guide me or I have to put in web reports. pls help

At the link Aram posted for https://developer.bigfix.com/tools/ , check the ‘Presentation Debugger’. That describes how to enable the debugger in the Console to run session relevance queries directly.

Dear sir
it says syntax error which is written by ARAM, i have runned the evaluation using fixlet debugger any help will be appreciated.

Session Relevance won’t evaluate in the Fixlet Debugger - because it’s pulling results from other computers, Session Relevance has to run in Web Reports, REST API, or Console Dashboard/Console Debugger.

There’s also a standalone ‘Session Relevance Tester’ tool or the Excel connector, I think those are both linked off the developer.bigfix.com/tools page.