{"type":"api","title":"Get Hardware Health Summary","meta":{"id":"/apps/pubhub/media/sd-wan-api-20-16/58fb893fa751949ea20a40274e9ab219a20e19fa/e77267b5-7b4b-3f93-807c-c6d1c6b41343","info":{"title":"Cisco Catalyst SD-WAN Manager API","description":"The vManage API exposes the functionality of operations maintaining devices and the overlay network","contact":{"email":"vmanage@cisco.com"},"license":{"name":"Commercial License","url":"https://www.cisco.com/c/en/us/solutions/enterprise-networks/sd-wan/index.html"},"version":"2.0.0"},"openapi":"3.0.1","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"}},"__originalOperationId":"getHardwareHealthSummary","method":"get","path":"/device/hardwarehealth/summary"}}