4.72.0 doc changes (#31766)

Documentation changes for 4.72.0

---------

Co-authored-by: Noah Talerman <47070608+noahtalerman@users.noreply.github.com>
Co-authored-by: Marko Lisica <83164494+marko-lisica@users.noreply.github.com>
Co-authored-by: Victor Lyuboslavsky <2685025+getvictor@users.noreply.github.com>
Co-authored-by: Lucas Manuel Rodriguez <lucas@fleetdm.com>
Co-authored-by: Ian Littman <iansltx@gmail.com>
Co-authored-by: RachelElysia <71795832+RachelElysia@users.noreply.github.com>
Co-authored-by: Noah Talerman <noahtal@umich.edu>
Co-authored-by: Mike Thomas <78363703+mike-j-thomas@users.noreply.github.com>
This commit is contained in:
Rachael Shaw
2025-08-13 19:10:48 -05:00
committed by GitHub
co-authored by Noah Talerman Marko Lisica Victor Lyuboslavsky Lucas Manuel Rodriguez Ian Littman RachelElysia Noah Talerman Mike Thomas
parent 743c510e84
commit 6b37527c8a
13 changed files with 210 additions and 56 deletions
+8 -3
View File
@@ -507,6 +507,10 @@ Returns a list of the activities that have been performed in Fleet. For a compre
| per_page | integer | query | Results per page. |
| order_key | string | query | What to order results by. Can be any column in the `activities` 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"`. |
| query | string | query | Search query keywords. Searchable fields include `user_name` and `user_email`.
| activity_type | string | query | Indicates the activity `type` to filter by. See available activity types on the [Audit logs page](https://github.com/fleetdm/fleet/blob/main/docs/Contributing/reference/audit-logs.md).
| start_created_at | string | query | Filters to include only activities that happened after this date. If not specified, set to the earliest possible date.
| end_created_at | string | query | Filters to include only activities that happened before this date. If not specified, set to now.
#### Example
@@ -3881,10 +3885,11 @@ A `team_id` of `0` returns the statistics for hosts that are not part of any tea
{
"counts_updated_at": "2021-03-21T12:32:44Z",
"mobile_device_management_enrollment_status": {
"enrolled_manual_hosts_count": 0,
"enrolled_automated_hosts_count": 2,
"enrolled_manual_hosts_count": 10,
"enrolled_automated_hosts_count": 200,
"enrolled_personal_hosts_count": 30,
"unenrolled_hosts_count": 0,
"hosts_count": 2
"hosts_count": 240
},
"mobile_device_management_solution": [
{