{"type":"api","title":"Get Hardware Health Summary","meta":{"id":"/apps/pubhub/media/cisco-catalyst-sd-wan-api-guide-20-18/1c4807bcb76af36988ebb37dc2e455b1787a155e/d2f02ba2-fd0d-3a26-bcc5-feafc8f24d17","info":{"title":"Monitoring and Troubleshooting","description":"Includes API operations for the following:\n- Real-time monitoring\n- Accessing statistics APIs and statistics bulk APIs\n- Retrieving device state\n- Managing alarms and events\n","contact":{"email":"vmanage@cisco.com"},"version":"20.18 - 2025-08-15"},"openapi":"3.1.0","servers":[{"url":"/dataservice"}]},"spec":{"tags":["Monitoring - Device Details"],"description":"Get hardware health summary for device","operationId":"getHardwareHealthSummary","parameters":[{"name":"isCached","in":"query","description":"Status cached","schema":{"type":"boolean","default":false}},{"name":"vpnId","in":"query","description":"VPN Id","required":true,"schema":{"type":"array","items":{"type":"string"}}}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"array","items":{"type":"object"}},"examples":{"Device hardware health":{"description":"Device hardware health","value":{"data":[{"count":5,"status":"error","statusList":[{"status":"up","count":5,"message":"5 {normal=5, warning=0, error=0}","name":"normal","detailsURL":"/dataservice/device/hardwarehealth/detail?state=normal"},{"status":"warning","count":0,"message":"0 {normal=5, warning=0, error=0}","name":"warning","detailsURL":"/dataservice/device/hardwarehealth/detail?state=warning"},{"status":"down","count":0,"message":"0 {normal=5, warning=0, error=0}","name":"error","detailsURL":"/dataservice/device/hardwarehealth/detail?state=error"}]}]}}}}}},"400":{"description":"Bad Request"},"403":{"description":"Forbidden"},"500":{"description":"Internal Server Error"}},"method":"get","path":"/device/hardwarehealth/summary"}}