Skip to main content
NetApp Knowledge Base

Search

  • Filter results by:
    • View attachments
    Searching in
    About 1 results
    • https://kb.netapp.com/on-prem/ontap/DM/REST-API/REST_API_KBs/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/cluste...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 Node-27-07 Node-27-08 Node-03-01 Node-03-02 Node-03-03 Node-03-06 normal