session_relevance_query
Evaluate a BigFix session relevance query on the root server to fetch server-side data (computers, fixlets, actions, sites, operators) without client round-trip. Returns raw JSON with results and eval time.
Instructions
Evaluate a BigFix session relevance query on the root server.
Session relevance queries data the server already has (computers, fixlets, actions, sites, operators...) with no client round-trip. Examples: 'number of bes computers', '(name of it, id of it) of bes computers whose (now - last report time of it < 1 * day)'.
There is no server-side result limit, so bound large result sets in the relevance itself (e.g. 'firsts 100 of bes computers'). Returns the raw JSON envelope: {"result": [...], "evaltime_ms": ...}.
Results are evaluated within the configured operator's scope. Unless whoami reports is_main_operator, counts and lists are a lower bound on what exists - report them as visible to this operator, not as the complete state of BigFix.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| relevance | Yes | A BigFix session relevance expression to evaluate. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||