Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docs v4.60.0 #24197

Merged
merged 22 commits into from
Nov 27, 2024
Merged
Show file tree
Hide file tree
Changes from 21 commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
03584e2
[API/Activity/Permissions] Upcoming activities run as listed (one que…
marko-lisica Oct 17, 2024
fd6c304
Merge branch 'main' into docs-v4.60.0
rachaelshaw Oct 18, 2024
c254fd3
Merge branch 'main' into docs-v4.60.0
rachaelshaw Nov 1, 2024
c5d2caf
Add counts_updated_at field to software title entity response (#23479)
iansltx Nov 4, 2024
ca52843
Merge branch 'main' into docs-v4.60.0
rachaelshaw Nov 4, 2024
e93d964
Merge branch 'main' into docs-v4.60.0
rachaelshaw Nov 7, 2024
2b19fe3
Merge branch 'main' into docs-v4.60.0
rachaelshaw Nov 8, 2024
193a096
Merge branch 'main' into docs-v4.60.0
rachaelshaw Nov 11, 2024
42f3690
Merge branch 'main' into docs-v4.60.0
rachaelshaw Nov 11, 2024
0e5ba2c
#21855 Queries API changes (#23699)
rachaelshaw Nov 11, 2024
8a642a6
Pricing page changes for #22074 (#23694)
rachaelshaw Nov 13, 2024
d73bc7d
Merge branch 'main' into docs-v4.60.0
rachaelshaw Nov 14, 2024
2c3faee
docs: Add `team_identifier` to host software API endpoint (#23743)
lucasmrod Nov 15, 2024
485f8fb
Merge branch 'main' into docs-v4.60.0
rachaelshaw Nov 18, 2024
605d585
Document new without_vulnerability_details option for populate_softwa…
iansltx Nov 19, 2024
49f65b3
Remove docs for #22866 (Upcoming activities run as listed (one queue)…
rachaelshaw Nov 19, 2024
43abf43
Merge branch 'main' into docs-v4.60.0
rachaelshaw Nov 23, 2024
f6b89b8
Merge branch 'main' into docs-v4.60.0
rachaelshaw Nov 26, 2024
cf443f0
Small indentation fix
rachaelshaw Nov 26, 2024
a8fdd3c
Merge branch 'main' into docs-v4.60.0
rachaelshaw Nov 26, 2024
b1fd29d
Document Linux host counts on disk encryption summary endpoint (#24183)
iansltx Nov 27, 2024
7c16b4d
Linux disk encryption guides (#24202)
rachaelshaw Nov 27, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
114 changes: 32 additions & 82 deletions docs/REST API/rest-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -500,6 +500,19 @@ for pagination. For a comprehensive list of activity types and detailed informat
"status": "failed_install"
}
},
{
"created_at": "2021-07-29T14:40:27Z",
"id": 21,
"actor_full_name": "name",
"actor_id": 1,
"actor_gravatar": "",
"actor_email": "[email protected]",
"type": "created_team",
"details": {
"team_id": 2,
"team_name": "Apples"
}
},
{
"created_at": "2021-07-30T13:41:07Z",
"id": 24,
Expand Down Expand Up @@ -541,80 +554,6 @@ for pagination. For a comprehensive list of activity types and detailed informat
"team_name": "Oranges"
}
},
{
"created_at": "2021-07-29T14:40:27Z",
"id": 21,
"actor_full_name": "name",
"actor_id": 1,
"actor_gravatar": "",
"actor_email": "[email protected]",
"type": "created_team",
"details": {
"team_id": 2,
"team_name": "Apples"
}
},
{
"created_at": "2021-07-27T14:35:08Z",
"id": 20,
"actor_full_name": "name",
"actor_id": 1,
"actor_gravatar": "",
"actor_email": "[email protected]",
"type": "created_pack",
"details": {
"pack_id": 2,
"pack_name": "New pack"
}
},
{
"created_at": "2021-07-27T13:25:21Z",
"id": 19,
"actor_full_name": "name",
"actor_id": 1,
"actor_gravatar": "",
"actor_email": "[email protected]",
"type": "live_query",
"details": {
"targets_count": 14
}
},
{
"created_at": "2021-07-27T13:25:14Z",
"id": 18,
"actor_full_name": "name",
"actor_id": 1,
"actor_gravatar": "",
"actor_email": "[email protected]",
"type": "live_query",
"details": {
"targets_count": 14
}
},
{
"created_at": "2021-07-26T19:28:24Z",
"id": 17,
"actor_full_name": "name",
"actor_id": 1,
"actor_gravatar": "",
"actor_email": "[email protected]",
"type": "live_query",
"details": {
"target_counts": 1
}
},
{
"created_at": "2021-07-26T17:27:37Z",
"id": 16,
"actor_full_name": "name",
"actor_id": 1,
"actor_gravatar": "",
"actor_email": "[email protected]",
"type": "live_query",
"details": {
"target_counts": 14
}
},
{
"created_at": "2021-07-26T17:27:08Z",
"id": 15,
Expand Down Expand Up @@ -2543,11 +2482,13 @@ the `software` table.
| bootstrap_package | string | query | _Available in Fleet Premium_. Filters the hosts by the status of the MDM bootstrap package on the host. Valid options are 'installed', 'pending', or 'failed'. |
| os_settings | string | query | Filters the hosts by the status of the operating system settings applied to the hosts. Valid options are 'verified', 'verifying', 'pending', or 'failed'. **Note: If this filter is used in Fleet Premium without a team ID filter, the results include only hosts that are not assigned to any team.** |
| os_settings_disk_encryption | string | query | Filters the hosts by the status of the disk encryption setting applied to the hosts. Valid options are 'verified', 'verifying', 'action_required', 'enforcing', 'failed', or 'removing_enforcement'. **Note: If this filter is used in Fleet Premium without a team ID filter, the results include only hosts that are not assigned to any team.** |
| populate_software | boolean | query | If `true`, the response will include a list of installed software for each host, including vulnerability data. (Note that software lists can be large, so this may cause significant CPU and RAM usage depending on page size and request concurrency.) |
| populate_software | string | query | If `false` (or omitted), omits installed software details for each host. If `"without_vulnerability_details"`, include a list of installed software for each host, including which CVEs apply to the installed software versions. `true` adds vulnerability description, CVSS score, and other details when using Fleet Premium. See notes below on performance. |
| populate_policies | boolean | query | If `true`, the response will include policy data for each host. |

> `software_id` is deprecated as of Fleet 4.42. It is maintained for backwards compatibility. Please use the `software_version_id` instead.

> `populate_software` returns a lot of data per host when set, and drastically more data when set to `true` on Fleet Premium. If you need vulnerability details for a large number of hosts, consider setting `populate_software` to `without_vulnerability_details` and pulling vulnerability details from the [Get vulnerability](#get-vulnerability) endpoint, as this returns details once per vulnerability rather than once per vulnerability per host.

If `software_title_id` is specified, an additional top-level key `"software_title"` is returned with the software title object corresponding to the `software_title_id`. See [List software](#list-software) response payload for details about this object.

If `software_version_id` is specified, an additional top-level key `"software"` is returned with the software object corresponding to the `software_version_id`. See [List software versions](#list-software-versions) response payload for details about this object.
Expand Down Expand Up @@ -5729,12 +5670,12 @@ Get aggregate disk encryption status counts of macOS and Windows hosts enrolled

```json
{
"verified": {"macos": 123, "windows": 123},
"verifying": {"macos": 123, "windows": 0},
"action_required": {"macos": 123, "windows": 0},
"enforcing": {"macos": 123, "windows": 123},
"failed": {"macos": 123, "windows": 123},
"removing_enforcement": {"macos": 123, "windows": 0},
"verified": {"macos": 123, "windows": 123, "linux": 13},
"verifying": {"macos": 123, "windows": 0, "linux": 0},
"action_required": {"macos": 123, "windows": 0, "linux": 37},
"enforcing": {"macos": 123, "windows": 123, "linux": 0},
"failed": {"macos": 123, "windows": 123, "linux": 0},
"removing_enforcement": {"macos": 123, "windows": 0, "linux": 0}
}
```

Expand Down Expand Up @@ -7656,6 +7597,9 @@ Returns a list of global queries or team queries.
| team_id | integer | query | _Available in Fleet Premium_. The ID of the parent team for the queries to be listed. When omitted, returns global queries. |
| query | string | query | Search query keywords. Searchable fields include `name`. |
| merge_inherited | boolean | query | _Available in Fleet Premium_. If `true`, will include global queries in addition to team queries when filtering by `team_id`. (If no `team_id` is provided, this parameter is ignored.) |
| compatible_platform | string | query | Return queries that only reference tables compatible with this platform (not a strict compatibility check). One of: `"macos"`, `"windows"`, `"linux"`, `"chrome"` (case-insensitive). |
| page | integer | query | Page number of the results to fetch. |
| per_page | integer | query | Results per page. |

#### Example

Expand Down Expand Up @@ -7744,7 +7688,12 @@ Returns a list of global queries or team queries.
"total_executions": null
}
}
]
],
"meta": {
"has_next_results": true,
"has_previous_results": false
},
"count": 200
}
```

Expand Down Expand Up @@ -9367,6 +9316,7 @@ Returns information about the specified software. By default, `versions` are sor
}
},
"app_store_app": null,
"counts_updated_at": "2024-11-03T22:39:36Z",
"source": "apps",
"browser": "",
"hosts_count": 48,
Expand Down
2 changes: 1 addition & 1 deletion handbook/company/pricing-features-table.yml
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@
# ║╣ ║║║╠╣ ║ ║╠╦╝║ ║╣ ║║║╚═╗╠╩╗ ║╣ ║║║║ ╠╦╝╚╦╝╠═╝ ║ ║║ ║║║║
# ╚═╝╝╚╝╚ ╚═╝╩╚═╚═╝╚═╝ ═╩╝╩╚═╝╩ ╩ ╚═╝╝╚╝╚═╝╩╚═ ╩ ╩ ╩ ╩╚═╝╝╚╝
- industryName: Enforce disk encryption
description: Encrypt system drives on macOS, Windows, and Linux (coming soon) computers, manage escrowed encryption keys, and report on disk encryption status (FileVault, BitLocker, LUKS).
description: Encrypt system drives on macOS, Windows, and Linux, manage escrowed encryption keys, and report on disk encryption status (FileVault, BitLocker, LUKS).
documentationUrl: https://fleetdm.com/docs/using-fleet/mdm-disk-encryption
friendlyName: Ensure hard disks are encrypted
productCategories: [Device management]
Expand Down
Loading