client_query
Execute a fast BigFix client relevance query on targeted computers and retrieve results, polling until completion or timeout.
Instructions
Submit a BigFix client (fast) query and wait for results, polling until done or timeout. Targeting: set exactly one of target_all, target_computer_ids, target_computer_names, or target_relevance (client relevance evaluated on each agent to decide applicability). Targeting is limited to the configured operator's scope, so target_all means all computers this operator can see, not necessarily all computers in BigFix.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query_text | Yes | Client relevance to evaluate on each targeted agent. | |
| target_all | No | Target all computers. | |
| stable_polls | No | Stop after this many consecutive polls with no new computers reporting (once at least one has). | |
| expected_count | No | Stop once this many computers reported. Defaults to the targeted computer count when knowable. | |
| timeout_seconds | No | Max seconds to wait (1-600). | |
| target_relevance | No | Client relevance targeting expression. | |
| target_computer_ids | No | Target these BigFix computer IDs. | |
| poll_interval_seconds | No | Seconds between polls (min 2). | |
| target_computer_names | No | Target these computer names. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||