{"type":"api","title":"Get Interconnect provider global settings","meta":{"id":"/apps/pubhub/media/cisco-catalyst-sd-wan-api-guide-20-18/1c4807bcb76af36988ebb37dc2e455b1787a155e/36693899-8b64-31bd-aa1c-b67fb5b6463c","info":{"title":"SD-WAN Services","description":"Includes API operations for managing SD-WAN services such as Cloud OnRamp for SaaS and MultiCloud\n","contact":{"email":"vmanage@cisco.com"},"version":"20.18 - 2025-08-15"},"openapi":"3.1.0","servers":[{"url":"/dataservice"}]},"spec":{"tags":["Multicloud Interconnect - Global Settings"],"summary":"Get Interconnect provider global settings.","description":"API to retrieve global settings for an Interconnect provider type.","operationId":"getInterconnectGlobalSettings","parameters":[{"name":"interconnect-type","in":"query","description":"Interconnect provider type","required":true,"schema":{"type":"string","enum":["MEGAPORT","EQUINIX"]}}],"responses":{"200":{"description":"Accepted","content":{"application/json":{"schema":{"required":["bgpAsn","edgeGatewaySolution","edgeType","instanceSize","loopbackCgwColor","loopbackTunnelColor","softwareImageId"],"type":"object","properties":{"bgpAsn":{"pattern":"\\d+","type":"string"},"edgeGatewaySolution":{"type":"string"},"edgeType":{"type":"string"},"instanceSize":{"maxLength":255,"minLength":1,"type":"string"},"invoiceReference":{"type":"string"},"ipSubnetPool":{"type":"string"},"loopbackCgwColor":{"type":"string"},"loopbackTunnelColor":{"type":"string"},"multicloudSystemSettings":{"type":"object","properties":{"enableMonitoring":{"type":"boolean","writeOnly":true},"useConfigurationGroup":{"pattern":"^(true|false)$","type":"string","description":"Enable or disable Configuration Group for Gateways"}},"$$ref":"#/components/schemas/MulticloudSystemSettings"},"softwareImageId":{"maxLength":255,"minLength":1,"pattern":"^C8000v.*$","type":"string"}},"$$ref":"#/components/schemas/InterconnectGlobalSettings"}}}},"400":{"description":"Bad Request"},"403":{"description":"Forbidden"},"500":{"description":"Internal Server Error"}},"method":"get","path":"/multicloud/interconnect/settings/global"}}