disk.temperature_agg ==================== Returns min/max/avg temperature for `names` disks for the last `days` days .. raw:: html
Array of disk names to retrieve temperature aggregates for.
No Additional ItemsNumber of days to aggregate temperature data over.
Object mapping disk names to their aggregated temperature statistics.
Each additional property must conform to the following schema
Minimum temperature recorded during the time period or null.
Maximum temperature recorded during the time period or null.
Average temperature during the time period or null.