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.58.0 #22769

Merged
merged 27 commits into from
Oct 17, 2024
Merged
Changes from 1 commit
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
716a3da
API design: Add "Fedora Linux" label to `GET /host_summary` (#21733)
rachaelshaw Sep 4, 2024
d9e603a
Merge branch 'main' into docs-v4.58.0
rachaelshaw Sep 4, 2024
2647fbb
Merge branch 'main' into docs-v4.58.0
rachaelshaw Sep 12, 2024
51ca219
#20537 Documentation changes (#22042)
rachaelshaw Sep 12, 2024
d3c5517
Merge branch 'main' into docs-v4.58.0
rachaelshaw Sep 17, 2024
bdbb3b3
Merge branch 'main' into docs-v4.58.0
iansltx Sep 25, 2024
8fe01c8
Add API docs for script execution on policy failure (#22395)
iansltx Sep 25, 2024
1bcf73e
Update articles to indicate we support RPM packages when managing sof…
iansltx Sep 27, 2024
44b659b
Clarify how to remove software installer and script run automations f…
iansltx Sep 30, 2024
65f9b78
Merge branch 'main' into docs-v4.58.0
rachaelshaw Sep 30, 2024
8d15a6f
Add note on which command we're using for (un)installs on Linux distr…
iansltx Oct 1, 2024
494f9b6
Add run_script policy action, note that global policies can't run scr…
iansltx Oct 2, 2024
1feb70f
Merge branch 'main' into docs-v4.58.0
rachaelshaw Oct 7, 2024
8df9c16
Merge branch 'main' into docs-v4.58.0
rachaelshaw Oct 7, 2024
a9a53ce
22117 Policy based run script guide (#22471)
sharon-fdm Oct 8, 2024
224cf6f
Redirect: Fleet-maintained apps for macOS (#22580)
marko-lisica Oct 8, 2024
9481200
Update rest-api.md
rachaelshaw Oct 8, 2024
1bea969
Revert "Update rest-api.md"
rachaelshaw Oct 8, 2024
f37bd79
Merge branch 'main' into docs-v4.58.0
rachaelshaw Oct 8, 2024
9341dc9
#20537 API follow-up (#22767)
rachaelshaw Oct 8, 2024
d12b288
API design: Fleet-maintained apps for macOS (#22552)
marko-lisica Oct 8, 2024
539909c
Add policy caveats to automatic policy-based installation of software…
lucasmrod Oct 8, 2024
b58b9cf
Grammar tweaks to policy-automation-run-script.md
spokanemac Oct 9, 2024
dd3d671
Add note on scripts needing to be defined in `no-team.yml` to be used…
iansltx Oct 10, 2024
89d0371
[Docs edit]: Policy automation: run script (#22853)
marko-lisica Oct 11, 2024
e08c2c8
Merge branch 'main' into docs-v4.58.0
rachaelshaw Oct 16, 2024
3f50a9d
Merge branch 'main' into docs-v4.58.0
rachaelshaw Oct 17, 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
Next Next commit
API design: Add "Fedora Linux" label to GET /host_summary (#21733)
For #21409

---------

Co-authored-by: mostlikelee <tim@mostlikelee.com>
Co-authored-by: Tim Lee <timlee@fleetdm.com>
  • Loading branch information
3 people authored Sep 4, 2024
commit 716a3daf139710191e83f49a0756e44ec38b8887
6 changes: 6 additions & 0 deletions docs/REST API/rest-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -2848,6 +2848,12 @@ Returns the count of all hosts organized by status. `online_count` includes all
"name": "iPadOS",
"description": "All iPadOS hosts",
"label_type": "builtin"
},
{
"id": 15,
"name": "Fedora Linux",
"description": "All Fedora hosts",
"label_type": "builtin"
}
],
"platforms": [
Expand Down