{"type":"api","title":"Get Cgw Custom Setting Details","meta":{"id":"/apps/pubhub/media/sd-wan-api-20-16/58fb893fa751949ea20a40274e9ab219a20e19fa/e77267b5-7b4b-3f93-807c-c6d1c6b41343","info":{"title":"Cisco Catalyst SD-WAN Manager API","description":"The vManage API exposes the functionality of operations maintaining devices and the overlay network","contact":{"email":"vmanage@cisco.com"},"license":{"name":"Commercial License","url":"https://www.cisco.com/c/en/us/solutions/enterprise-networks/sd-wan/index.html"},"version":"2.0.0"},"openapi":"3.0.1","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])$","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"}},"__originalOperationId":"getCgwCustomSettingDetails","method":"get","path":"/multicloud/cloudgatewaysetting/{cloudGatewayName}"}}