{"type":"api","title":"Get Hardware Health Details","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 details for device","operationId":"getHardwareHealthDetails","parameters":[{"name":"deviceId","in":"query","description":"Device Id","schema":{"type":"string"}},{"name":"state","in":"query","description":"Device state","schema":{"type":"string"}}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"array","items":{"type":"object","properties":{"bfdSessions":{"type":"string","example":"3"},"board-serial":{"type":"string","example":"12346568"},"controlConnections":{"type":"string","example":"3"},"cpuLoadDisplay":{"type":"string","example":"39.27"},"device-model":{"type":"string","example":"vedge-cloud"},"device-type":{"type":"string","example":"vedge"},"hardwareState":{"type":"string","example":"normal"},"host-name":{"type":"string","example":"vm11"},"lastupdated":{"type":"integer","format":"int64","example":1635371851165},"local-system-ip":{"type":"string","example":"172.16.255.21"},"memUsageDisplay":{"type":"string","example":"52.0"},"number-vsmart-peers":{"type":"integer","format":"int32","example":2},"ompPeers":{"type":"string","example":"2"},"reachability":{"type":"string","example":"reachable"},"site-id":{"type":"string","example":"100"},"system-ip":{"type":"string","example":"172.16.255.21"},"uptime-date":{"type":"integer","format":"int64","example":1635324240000},"uuid":{"type":"string","example":"63e8518c-e76f-4d5f-a4c7-28ffb669526b"},"version":{"type":"string","example":"20.7.999-1133"}},"$$ref":"#/components/schemas/DeviceHardwareHealthDetail"}},"examples":{"Device hardware health details":{"description":"Device hardware health details","value":{"data":[{"bfdSessions":"3","memUsageDisplay":"52.0","site-id":"100","device-type":"vedge","version":"20.7.999-1133","hardwareState":"normal","uptime-date":1635324240000,"uuid":"63e8518c-e76f-4d5f-a4c7-28ffb669526b","lastupdated":1635371851165,"reachability":"reachable","device-model":"vedge-cloud","host-name":"vm11","local-system-ip":"172.16.255.21","cpuLoadDisplay":"39.27","controlConnections":"3","board-serial":"12346568","number-vsmart-peers":2,"system-ip":"172.16.255.21","ompPeers":"2"}]}}}}}},"400":{"description":"Bad Request"},"403":{"description":"Forbidden"},"500":{"description":"Internal Server Error"}},"method":"get","path":"/device/hardwarehealth/detail"}}