{"type":"api","title":"List Unreachable Devices","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 list of unreachable devices","operationId":"listUnreachableDevices","parameters":[{"name":"personality","in":"query","description":"Device personality (vedge OR vsmart OR vbond... )","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"array","items":{"type":"object"}},"examples":{"List of unreachable devices":{"description":"List of unreachable devices","value":{"header":{"generatedOn":1635316653935,"viewKeys":{"uniqueKey":["system-ip"],"preferenceKey":"grid-vManage Control Connections"},"columns":[{"title":"Reachability","property":"reachability","colorProperty":"reachability","color":[{"key":"reachable","value":"616161"},{"key":"unreachable","value":"ef5350"},{"key":"auth-failed","value":"ffb300"}],"width":100,"minWidth":90,"dataType":"string"},{"title":"Hostname","property":"host-name","display":"iconAndText","iconProperty":"device-type","hideable":false,"icon":[{"key":"vmanage","value":"images/vmanage_table.png"},{"key":"vedge","value":"images/vedge_table.png"},{"key":"vedge-vbond","value":"images/vedge-vbond_table.png"},{"key":"vsmart","value":"images/vsmart_table.png"},{"key":"vbond","value":"images/vbond_table.png"}],"width":150,"dataType":"string"}],"fields":[{"property":"board-serial","dataType":"string"},{"property":"lastupdated","dataType":"date"}]},"data":[]}}}}}},"400":{"description":"Bad Request"},"403":{"description":"Forbidden"},"500":{"description":"Internal Server Error"}},"method":"get","path":"/device/unreachable"}}