{"type":"api","title":"Get Wan Devices","meta":{"id":"/apps/pubhub/media/cisco-catalyst-sd-wan-api-guide-20-18/1c4807bcb76af36988ebb37dc2e455b1787a155e/744a8207-9965-344e-aed3-d3ef846a4950","info":{"title":"Others","description":"Other APIs\n- Include APIs that do not belong to other categories\n","contact":{"email":"vmanage@cisco.com"},"version":"20.18 - 2025-08-15"},"openapi":"3.1.0","servers":[{"url":"/dataservice"}]},"spec":{"tags":["MultiCloud - General"],"description":"Get available WAN edge devices","operationId":"getWanDevices","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"configuredHostName":{"type":"string","example":"aws-test2"},"configuredSystemIp":{"type":"string","example":"9.1.1.2"},"deviceModel":{"type":"string","example":"vedge-C8000V"},"isPaygUuid":{"type":"boolean","example":false},"uuid":{"type":"string","example":"C8K-4B68E23F-B24F-EDE8-05DD-B36EAA14C9C1"}},"$$ref":"#/components/schemas/WanEdgeDevicesResponse"},"examples":{"List of available WAN devices":{"description":"List of available WAN devices","value":[{"configuredHostname":"aws-test2","deviceModel":"vedge-C8000V","uuid":"C8K-4B68E23F-B24F-EDE8-05DD-B36EAA14C9C1","configuredSystemIP":"9.1.1.3","isPaygUuid":false},{"configuredHostname":"aws-test","deviceModel":"vedge-C8000V","uuid":"C8K-1FCEF03D-1091-497B-3BA1-7FD24C4CE957","configuredSystemIP":"9.1.1.2","isPaygUuid":false}]}}}}},"400":{"description":"Bad Request"},"403":{"description":"Forbidden"},"500":{"description":"Internal Server Error"}},"method":"get","path":"/multicloud/device"}}