mirror of
https://github.com/empayre/fleet.git
synced 2024-11-06 08:55:24 +00:00
Adding details for /queries/run endpoint. (#14956)
From discussions on PR https://github.com/fleetdm/fleet/pull/14909
This commit is contained in:
parent
9543bef88f
commit
9cd4b9e770
@ -6018,11 +6018,10 @@ load balancer timeout.
|
||||
|
||||
#### Parameters
|
||||
|
||||
|
||||
| Name | Type | In | Description |
|
||||
| --------- | ------ | ---- | --------------------------------------------- |
|
||||
| query_ids | array | body | **Required**. The IDs of the saved queries to run. |
|
||||
| host_ids | array | body | **Required**. The IDs of the hosts to target. |
|
||||
| Name | Type | In | Description |
|
||||
|-----------|-------|------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
||||
| query_ids | array | body | **Required**. The IDs of the saved queries to run. If a mix of authorized and unauthorized IDs is provided, only results from authorized queries will be returned. |
|
||||
| host_ids | array | body | **Required**. The IDs of the hosts to target. User must be authorized to target all of these hosts. |
|
||||
|
||||
#### Example
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user