REST call returns chassis over temperature condition
Applies to
- ONTAP 9
- REST API
Issue
When running REST API call to the cluster, a node reports chassis over-temperature warning.
curl -skX GET --cert cert.pem --key cert.key https://xxxx@${IP}/api/cluster/nodes?fields=name,state,controller.over_temperature | jq -r '.records[]|.name,.controller.over_temperature'
Node-03-04
over
Node-03-05
normal
Node-27-07
normal
Node-27-08
normal
Node-03-01
normal
Node-03-02
normal
Node-03-03
normal
Node-03-06
normal