{"type":"api","title":"Get Cloud Gateways","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 - CloudGateway"],"description":"Get sites with connectivity to the cloud by cloud type","operationId":"getCloudGateways","parameters":[{"name":"cloudType","in":"path","required":true,"schema":{"type":"string","enum":["AWS","AWS_GOVCLOUD","AZURE","AZURE_GOVCLOUD","GCP"]}}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"array","items":{"type":"object","properties":{"accountId":{"type":"string"},"accountName":{"type":"string"},"cloudGatewayId":{"type":"string"},"cloudGatewayName":{"type":"string"},"cloudType":{"type":"string"},"customSettings":{"type":"boolean"},"description":{"type":"string"},"region":{"type":"string"},"status":{"type":"string"}},"$$ref":"#/components/schemas/CloudGatewayListResponse"}},"examples":{" List of CGWs per cloudType ":{"description":" List of CGWs per cloudType ","value":[{"cloudGatewayName":"gcp-test","cloudGatewayId":"s2c-hub-gcptest, s2s-hub-gcptest","description":"","cloudType":"GCP","accountId":"gcp-project-nprd-31900","accountName":"gcp-dev","region":"us-west2","customSettings":true,"status":"normal"},{"cloudGatewayName":"gcp-test-west-4","cloudGatewayId":"s2c-hub-gcptest, s2s-hub-gcptest","description":"","cloudType":"GCP","accountId":"gcp-project-nprd-3190","accountName":"gcp-dev","region":"us-west4","customSettings":true,"status":"normal"}]}}}}},"400":{"description":"Bad Request"},"403":{"description":"Forbidden"},"500":{"description":"Internal Server Error"}},"method":"get","path":"/multicloud/cloudgateways/{cloudType}"}}