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-04overNode-03-05normalNode-27-07normalNode-27-08normalNode-03-01normalNode-03-02normalNode-03-03normalNode-03-06normal