Bes action status unreported

(imported topic written by null)

I am trying to get the action status for results of a bes action using session relevance, but devices with a status of not reported are not included in the results.

I have also tried to get results for an action with only devices and there are no results that exist.

The following relevance returns false.

exists result of bes action whose (id of it = 488084)

How can I retrieve results for devices that are ?

(imported comment written by Aram Eblighatian)

Endpoints with a “status” for an action within the Console or Web Reports don’t actually have an action result, but we can include them in a report with something like the following:

((status of it as string, name of computer of it | "n/a") of results of bes actions whose (id of it = 488084));(("<not reported>", name of it | "n/a") of elements of (set of targeted computers of it - set of computers of results of it) of bes actions whose (id of it = 488084))

(imported comment written by null)

Thanks,

It looks like I can use the second relevance separately to return just devices that are not reported.

I’m still confused on why there’s a status of “bes action status unreported” if devices that are not reported don’t have results.