Fleet’s built-in queries for collecting and storing important device information.
Apple
Linux
Windows
ChromeOS
Battery
Determines battery health based on the cycle count, designed capacity, and max capacity of the battery.
SELECT
serial_number, cycle_count, designed_capacity, max_capacity
FROM battery
This query uses the battery
data table. Learn more
Vitals