Skip to content

Commit

Permalink
Adding details for /queries/run endpoint. (#14956)
Browse files Browse the repository at this point in the history
From discussions on PR #14909
  • Loading branch information
getvictor authored Nov 7, 2023
1 parent 9543bef commit 9cd4b9e
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions docs/REST API/rest-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 9cd4b9e

Please sign in to comment.