disk.temperature_agg ==================== Returns min/max/avg temperature for `names` disks for the last `days` days .. raw:: html
Type: object

Type: array
No Additional Items

Tuple Validation

Parameter 1: names

names

Type: array of string

Array of disk names to retrieve temperature aggregates for.

No Additional Items
Each item of this array must be:
Type: string
Parameter 2: days

days

Type: integer Default: 7

Number of days to aggregate temperature data over.

Result

Type: object

Object mapping disk names to their aggregated temperature statistics.

Each additional property must conform to the following schema

DiskTemperatureAggEntry

Type: object
No Additional Properties

Min


Minimum temperature recorded during the time period or null.

Type: integer
Type: number
Type: null

Max


Maximum temperature recorded during the time period or null.

Type: integer
Type: number
Type: null

Avg


Average temperature during the time period or null.

Type: integer
Type: number
Type: null


*Required roles:* REPORTING_READ