{"type":"api","title":"List All 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":"List all devices","operationId":"listAllDevices","parameters":[{"name":"site-id","in":"query","schema":{"type":"string"}},{"name":"includeTenantvSmart","in":"query","schema":{"type":"boolean"}}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"board-serial":{"type":"string","example":"12345704"},"certificate-validity":{"type":"string","example":"Valid"},"connectedVManages":{"type":"array","items":{"type":"string"}},"controlConnections":{"type":"string","example":"9"},"device-groups":{"type":"array","items":{"type":"string"}},"device-model":{"type":"string","example":"vmanage"},"device-os":{"type":"string","example":"device-os"},"device-type":{"type":"string","example":"vmanage"},"deviceId":{"type":"string","example":"169.254.10.1"},"domain-id":{"type":"string","example":"0"},"host-name":{"type":"string","example":"169.254.10.1"},"isDeviceGeoData":{"type":"boolean","example":false},"lastupdated":{"type":"string","example":"1634627015139"},"latitude":{"type":"string","example":"37.666684"},"layoutLevel":{"type":"integer","format":"int32","example":1},"local-system-ip":{"type":"string","example":"172.16.255.200"},"longitude":{"type":"string","example":"-122.777023"},"max-controllers":{"type":"string","example":"0"},"model_sku":{"type":"string","example":"None"},"personality":{"type":"string","example":"vmanage"},"platform":{"type":"string","example":"x86_64"},"reachability":{"type":"string","example":"reachable"},"site-id":{"type":"string","example":"200"},"state":{"type":"string","example":"green"},"state_description":{"type":"string","example":"All daemons up"},"status":{"type":"string","example":"normal"},"statusOrder":{"type":"string","example":"4"},"system-ip":{"type":"string","example":"169.254.10.1"},"testbed_mode":{"type":"boolean","example":true},"timezone":{"type":"string","example":"UTC"},"total_cpu_count":{"type":"string","example":"8"},"uptime-date":{"type":"string","example":"1634626320000"},"uuid":{"type":"string","example":"96af574a-eadd-4b6a-97bf-d5c1e98f40f2"},"validity":{"type":"string","example":"valid"},"version":{"type":"string","example":"9"}},"$$ref":"#/components/schemas/DeviceData"},"examples":{"Devices List":{"description":"Devices List","value":[{"deviceId":"169.254.10.1","system-ip":"169.254.10.1","host-name":"vm200","reachability":"reachable","status":"normal","personality":"vmanage","device-type":"vmanage","timezone":"UTC","device-groups":["No groups"],"lastupdated":1634627015139,"domain-id":"0","board-serial":"12345704","certificate-validity":"Valid","max-controllers":"0","uuid":"96af574a-eadd-4b6a-97bf-d5c1e98f40f2","controlConnections":"9","device-model":"vmanage","version":"20.8.999-1397","connectedVManages":["169.254.10.1"],"site-id":"200","latitude":"37.666684","longitude":-122.777023,"isDeviceGeoData":false,"platform":"x86_64","uptime-date":1634626320000,"statusOrder":4,"device-os":"next","validity":"valid","state":"green","state_description":"All daemons up","model_sku":"None","local-system-ip":"172.16.255.200","total_cpu_count":"8","testbed_mode":true,"layoutLevel":1}]}}}}},"400":{"description":"Bad Request"},"403":{"description":"Forbidden"},"500":{"description":"Internal Server Error"}},"method":"get","path":"/device"}}