WebReports Operator List?

(imported topic written by cstoneba)

I’m looking for a report that displays BigFix Web Reports Operators account information (name, last login, etc), similar to the builtin report that shows Console operator info.

Does anyone have an exist report like this?

(imported comment written by BenKus)

Maybe try the Excel Connector or custom report with this?

q: (names of it, last login time of it as string | “n/a”, master flags of it) of bes users

Ben

(imported comment written by cstoneba)

that looks to report back the operators from the console. I want it to show WebReports Operators accounts instead.

(imported comment written by MattBoyd)

I don’t think there is a way to do that in relevance…

This probably won’t help because it goes further down the rabbit hole than you’d like, but here’s how you can get the list in JSON-structured format:

http://:52312/json/all-users?startIndex=0&results=1000&sort=loginName&dir=asc

There are several programming libraries available that will help you parse the JSON and retrieve values.

Note: This probably isn’t supported either…

(imported comment written by cstoneba)

but what is the reasoning that webreports cant see it’s own operators? That makes no sense.

(imported comment written by SystemAdmin)

I think this was just an oversight in our inspectors. I’ve gone ahead an filed an enhancement request for WR user inspectors.

-Zak

(imported comment written by cstoneba)

thanks