From 1e23b101ae3f237f7795ad1bbb42eb70a7bfbc7d Mon Sep 17 00:00:00 2001 From: Noah Talerman <47070608+noahtalerman@users.noreply.github.com> Date: Thu, 6 Aug 2026 16:32:15 -0400 Subject: [PATCH] API docs tweak: Run ad hoc live report by host identifier (#50722) - There are more valid host identifiers (not just `uuid`) --- docs/REST API/rest-api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/REST API/rest-api.md b/docs/REST API/rest-api.md index 8268f412fa..760cd20a66 100644 --- a/docs/REST API/rest-api.md +++ b/docs/REST API/rest-api.md @@ -6173,7 +6173,7 @@ Note that if the host is online and the query times out, this endpoint will retu ### Run live report on host by identifier (ad hoc) -Runs an ad hoc live report against a host identified using `uuid` and responds with the results. +Runs an ad hoc live report against a host, specified using the `hostname`, `uuid`, or `hardware_serial` as an identifier, and responds with the results. The live report will stop if the targeted host is offline, or if the query times out. Timeouts happen if the host hasn't responded after the configured `FLEET_LIVE_QUERY_REST_PERIOD` (default 25 seconds) or if the `distributed_interval` agent option (default 10 seconds) is higher than the `FLEET_LIVE_QUERY_REST_PERIOD`.