Hi Fleet team, may i know what is difference betwe...
# fleet
w
Hi Fleet team, may i know what is difference between detail queries and additional queries? How does fleet use additional query? is there any place present result of additional query in fleet portal? I checked the code and didn't find additional query is assigned out within distributed read, but it is returned back with distributed write.
k
Detail queries fetch the host information displayed in Fleet (uptime, hostname, network interfaces, etc). Additional queries allow you to include extra information about your hosts. That data is retrieved along with the detail queries and is present in the host information returned in API calls if specified in the request.
w
so it is only used with resultful api and fleetctl?