{"type":"api","title":"Get Multicloud Interconnect topology","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 - General"],"summary":"Get Multicloud Interconnect topology.","description":"API to retrieve current Multicloud Interconnect topology for the Config Group.","operationId":"getInterconnectConfigGroupTopology","parameters":[{"name":"interconnect-type","in":"path","description":"Interconnect provider type","required":true,"schema":{"type":"string"}},{"name":"config-group-id","in":"path","description":"Config Group Id","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Interconnect Config-Group Topology Response.","content":{"application/json":{"schema":{"type":"object","properties":{"topology":{"type":"object","properties":{"devices":{"type":"array","items":{"type":"object","properties":{"criteria":{"type":"object","properties":{"attribute":{"type":"string","description":"Name of attribute type","example":"tag"},"value":{"type":"string","description":"Value of attribute","example":"ICGW_NAME"}},"$$ref":"#/components/schemas/InlineResponse20013TopologyCriteria"},"unsupportedFeatures":{"type":"object","properties":{"parcelId":{"type":"string","description":"Config-Group Parcel Id","example":"e16efd46-6d7b-4d09-872d-d34ce307400f"},"parcelType":{"type":"string","description":"Config-Group Parcel Type","example":"wan/vpn/interface/ethernet"}},"$$ref":"#/components/schemas/InlineResponse20013TopologyUnsupportedFeatures"}},"$$ref":"#/components/schemas/InlineResponse20013TopologyDevices"}}},"$$ref":"#/components/schemas/InlineResponse20013Topology"}},"$$ref":"#/components/schemas/InlineResponse20013"}}}},"400":{"description":"Bad Request"},"403":{"description":"Forbidden"},"500":{"description":"Internal Server Error"}},"method":"get","path":"/multicloud/interconnect/{interconnect-type}/config-group/{config-group-id}/topology"}}