REST调用返回机箱温度过高情况
适用场景
- ONTAP 9
- REST API
问题描述
对集群运行REST API调用时、节点会报告机箱温度过高警告。
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