From 0098baa4cc53e3822629b7674e7533393cf041c2 Mon Sep 17 00:00:00 2001 From: Mo Zhu Date: Wed, 2 Aug 2023 16:35:37 -0700 Subject: [PATCH] =?UTF-8?q?confirm=20that=20some=20packages=20may=20not=20?= =?UTF-8?q?have=20installed=20paths=20because=20we're=E2=80=A6=20(#13105)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit https://fleetdm.slack.com/archives/C01EZVBHFHU/p1689371170727919 --- docs/REST API/rest-api.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/REST API/rest-api.md b/docs/REST API/rest-api.md index 6cd151bdb1..bbcdb5fe40 100644 --- a/docs/REST API/rest-api.md +++ b/docs/REST API/rest-api.md @@ -2328,6 +2328,8 @@ Returns the information of the specified host. > Note: the response above assumes a [GeoIP database is configured](https://fleetdm.com/docs/deploying/configuration#geoip), otherwise the `geolocation` object won't be included. +> Note: `installed_paths` may be blank depending on installer package. For example, on Linux, RPM-installed packages do not provide installed path information. + ### Get host by identifier Returns the information of the host specified using the `uuid`, `osquery_host_id`, `hostname`, or @@ -2526,6 +2528,8 @@ Returns the information of the host specified using the `uuid`, `osquery_host_id > Note: the response above assumes a [GeoIP database is configured](https://fleetdm.com/docs/deploying/configuration#geoip), otherwise the `geolocation` object won't be included. +> Note: `installed_paths` may be blank depending on installer package. For example, on Linux, RPM-installed packages do not provide installed path information. + ### Delete host Deletes the specified host from Fleet. Note that a deleted host will fail authentication with the previous node key, and in most osquery configurations will attempt to re-enroll automatically. If the host still has a valid enroll secret, it will re-enroll successfully.