Skip to content
Open
Changes from all commits
Commits
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
6 changes: 6 additions & 0 deletions docs/REST API/rest-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -4129,6 +4129,8 @@ Returns the information of the specified host.
"fleet_desktop_version": null,
"scripts_enabled": false,
"os_version": "iOS 17.4.1",
"os_update_minimum_version": "15.1",
"os_update_deadline": "2025-07-01",
"build": "21E236",
"platform_like": "darwin",
"code_name": "",
Expand Down Expand Up @@ -4497,6 +4499,8 @@ If `hostname` is specified when there is more than one host with the same hostna
"platform": "ubuntu",
"osquery_version": "5.5.1",
"os_version": "Ubuntu 20.04.3 LTS",
"os_update_minimum_version": "15.1",
"os_update_deadline": "2025-07-01",
"build": "",
"platform_like": "debian",
"code_name": "focal",
Expand Down Expand Up @@ -5025,6 +5029,8 @@ X-Client-Cert-Serial: <fleet_identity_scep_cert_serial>
"platform": "darwin",
"osquery_version": "5.15.0",
"os_version": "macOS 15.2",
"os_update_minimum_version": "15.1",
"os_update_deadline": "2025-07-01",
"build": "24C101",
"platform_like": "darwin",
"code_name": "",
Expand Down
Loading