Docs: GitOps reference (#19740)

Docs for Fleet's best practice GitOps: #13643 (also #17043)
This commit is contained in:
Noah Talerman
2024-07-02 11:11:43 -04:00
committed by GitHub
parent 811be56507
commit 0076148a79
14 changed files with 1066 additions and 1772 deletions
+1 -1
View File
@@ -2429,7 +2429,7 @@ the `software` table.
| order_direction | string | query | **Requires `order_key`**. The direction of the order given the order key. Options include 'asc' and 'desc'. Default is 'asc'. |
| status | string | query | Indicates the status of the hosts to return. Can either be 'new', 'online', 'offline', 'mia' or 'missing'. |
| query | string | query | Search query keywords. Searchable fields include `hostname`, `hardware_serial`, `uuid`, `ipv4` and the hosts' email addresses (only searched if the query looks like an email address, i.e. contains an '@', no space, etc.). |
| additional_info_filters | string | query | A comma-delimited list of fields to include in each host's `additional` object. See [Configuration files](https://fleetdm.com/docs/configuration/configuration-files#features-additional-queries) for how to configure Fleet to collect additional information for each host. Use '*' to get all fields. |
| additional_info_filters | string | query | A comma-delimited list of fields to include in each host's `additional` object. |
| team_id | integer | query | _Available in Fleet Premium_. Filters to only include hosts in the specified team. Use `0` to filter by hosts assigned to "No team". |
| policy_id | integer | query | The ID of the policy to filter hosts by. |
| policy_response | string | query | **Requires `policy_id`**. Valid options are 'passing' or 'failing'. |