{"type":"api","title":"Get Cgw Custom Setting Details","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 cloud gateway custom setting by cloud gateway name","operationId":"getCgwCustomSettingDetails","parameters":[{"name":"cloudGatewayName","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"cloudGatewaySolution":{"pattern":"^[a-zA-Z_]*$","type":"string"},"cloudType":{"pattern":"^[a-zA-Z_]*$","type":"string"},"instanceSize":{"pattern":"^[a-zA-Z0-9_./\\-]*$","type":"string"},"ipSubnetPool":{"pattern":"^(?:(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)(?:\\.(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)){3}\\/(?:3[0-2]|[0-2]?[0-9]))(?:\\s*,\\s*(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)(?:\\.(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)){3}\\/(?:3[0-2]|[0-2]?[0-9]))*$","type":"string"},"name":{"pattern":"^[a-zA-Z_]*$","type":"string"},"networkTier":{"pattern":"^[a-zA-Z0-9_./\\-]*$","type":"string","description":"Used for GCP Custom settings"},"skuScaleUnit":{"pattern":"^[0-9]*$","type":"string","description":"Used for Azure/Azure GovCloud Custom settings"},"softwareImageId":{"pattern":"^[a-zA-Z0-9_./\\-\\s]*$","type":"string"},"tunnelCount":{"pattern":"^[0-9]*$","type":"string","description":"Tunnel Count for AWS Connect based and branch connect"}},"$$ref":"#/components/schemas/CustomSettings"},"examples":{"GCP Custom Custom Settings":{"description":"GCP Custom Custom Settings","value":{"cloudType":"GCP","instanceSize":"n1-standard-4","cgwCustomSettingName":"GCP_CUSTOM_SETTING_gcp-test","networkTier":"STANDARD","ipSubnetPool":"10.0.0.0/16","softwareImageId":"cisco-c8k-17-05-01a-cisco-public"}},"AWS/AWS_GOVCLOUD Custom Settings":{"description":"AWS/AWS_GOVCLOUD Custom Settings","value":{"cloudType":"AWS","ipSubnetPool":"10.0.0.0/16","instanceSize":"c5.large","cgwCustomSettingName":"AWS_CUSTOM_SETTING_aws-test","softwareImageId":"Cisco-C8K-17.04.01a-42cb6e93-8d9d-490b-a73c-e3e56077ffd1-ami-012fee29ab1f5f2c3.4"}},"AZURE/AZURE_GOVCLOUD Custom Settings":{"description":"AZURE/AZURE_GOVCLOUD Custom Settings","value":{"cloudType":"AZURE","ipSubnetPool":"10.0.0.0/16","skuScaleUnit":2,"cgwCustomSettingName":"AZURE_CUSTOM_SETTING_azure-test","softwareImageId":"17.6.01"}}}}}},"400":{"description":"Bad Request"},"403":{"description":"Forbidden"},"500":{"description":"Internal Server Error"}},"method":"get","path":"/multicloud/cloudgatewaysetting/{cloudGatewayName}"}}