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
No Additional Items
Each item of this array must be:
Type: string
Parameter 2: days

days

Type: integer Default: 7

Result

Type: object

Each additional property must conform to the following schema

DiskTemperatureAggEntry

Type: object
No Additional Properties

Min


Type: integer
Type: number
Type: null

Max


Type: integer
Type: number
Type: null

Avg


Type: integer
Type: number
Type: null


*Required roles:* REPORTING_READ