{"type":"api","title":"Get Cloud Devices Multicloud General 3103","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 cloud devices by cloud type","operationId":"getCloudDevices_MulticloudGeneral_3103","parameters":[{"name":"cloudType","in":"path","required":true,"schema":{"type":"string","enum":["AWS","AWS_GOVCLOUD","AZURE","AZURE_GOVCLOUD","GCP"]}},{"name":"cloudGatewayName","in":"query","schema":{"type":"string"}}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"cloudGatewayName":{"type":"string"},"configStatusMessage":{"type":"string"},"configuredSystemIP":{"type":"string"},"device-model":{"type":"string"},"device-type":{"type":"string"},"host-name":{"type":"string"},"lastUpdated":{"type":"number"},"local-system-ip":{"type":"string"},"reachability":{"type":"string"},"site-id":{"type":"string"},"status":{"type":"string"},"system-ip":{"type":"string"},"uptime-date":{"type":"number"},"uuid":{"type":"string"},"version":{"type":"string"}},"$$ref":"#/components/schemas/DeviceInfoExtendedResponse"},"examples":{"Device list for cloudType":{"description":"Device list for cloudType","value":[{"cloudGatewayName":"az-test","uuid":"C8K-2F69B355-2B3D-2801-EB48-F44789422299","host-name":"az2","system-ip":"5.6.6.6","local-system-ip":"5.6.6.6","site-id":"6","configuredSystemIP":"5.6.6.6","device-model":"vedge-C8000V","device-type":"vedge","configStatusMessage":"Out of Sync","reachability":"reachable","version":"17.06.01a.0.298","lastupdated":1655168711688,"uptime-date":1655165580000,"status":"normal"},{"cloudGatewayName":"az-test","uuid":"C8K-D4821270-27FF-A1B0-B902-12A321E3A550","host-name":"az1","system-ip":"5.1.5.5","local-system-ip":"5.1.5.5","site-id":"5","configuredSystemIP":"5.1.5.5","device-model":"vedge-C8000V","device-type":"vedge","configStatusMessage":"In Sync","reachability":"reachable","version":"17.06.01a.0.298","lastupdated":1655168712505,"uptime-date":1655164800000,"status":"normal"}]}}}}},"400":{"description":"Bad Request"},"403":{"description":"Forbidden"},"500":{"description":"Internal Server Error"}},"method":"get","path":"/multicloud/devices/{cloudType}"}}