confirm that some packages may not have installed paths because we're… (#13105)

https://fleetdm.slack.com/archives/C01EZVBHFHU/p1689371170727919
This commit is contained in:
Mo Zhu
2023-08-02 16:35:37 -07:00
committed by GitHub
parent 79b8dd8e8f
commit 0098baa4cc
+4
View File
@@ -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.