Display hw state : GET /api2/hw_state
anyone
GET /api2/hw_state/temperature?period=1(hours)&entries=1
anyone
{
{
"device_status":"failure",
"cpu_temperature_c":30.00,
"air_temperature_c":39.00,
"sys_temperature_c":48.10,
"fan_1_status":"functional",
"fan_2_status":"functional",
"fan_3_status":"functional",
"fan_4_status":"functional",
"fan_5_status":"none",
"psu_1_status":"FUNCTIONAL",
"psu_2_status":"FUNCTIONAL",
}
}
[
{
"label": 1706296128, // Epoch
"cpu_temperature_c":30.00,
"air_temperature_c":39.00,
"sys_temperature_c":48.10,
},
{
"label": 1706296158,
"cpu_temperature_c":32.00,
"air_temperature_c":38.20,
"sys_temperature_c":44.10,
}
]