{"type":"api","title":"Get Cgw Associated Mappings","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 - Mapping"],"description":"Get associated mappings to the CGW","operationId":"getCgwAssociatedMappings","parameters":[{"name":"cloudType","in":"path","description":"Multicloud provider type","required":true,"schema":{"type":"string"}},{"name":"cloudGatewayName","in":"query","required":true,"schema":{"type":"string"}},{"name":"siteUuid","in":"query","schema":{"type":"string"}}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"accountName":{"type":"string","example":"awsTest"},"hostVpcId":{"type":"string","example":"vpc-0638351a9efaf77e9"},"hostVpcName":{"type":"string","description":"Returned for AWS/AWS_GOVCLOUD/GCP","example":"vpc-0638351a9efaf77e9"},"tag":{"type":"string","example":"test-tag-aws"},"tunnelCount":{"type":"integer","description":"Returned for AWS/AWS_GOVCLOUD/GCP","format":"int32","example":6},"vpnId":{"type":"string","example":"10"}},"$$ref":"#/components/schemas/CgwVpnsResponse"}}}},"400":{"description":"Bad Request"},"403":{"description":"Forbidden"},"500":{"description":"Internal Server Error"}},"method":"get","path":"/multicloud/mapping/{cloudType}"}}