openapi: 3.2.0 info: title: SD-WAN Services Multicloud Interconnect - Services API description: Includes API operations for managing SD-WAN services such as Cloud OnRamp for SaaS and MultiCloud 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: 26.1.0+2026-01-06 x-provenance: method: harvested authored_by: Cisco Catalyst SD-WAN harvested_by: API Evangelist harvested_on: '2026-08-19' first_party: true provider_published: true source_host: pubhub.devnetcloud.com note: 4,138 operations across 2,841 paths, published by Cisco as self-contained per-operation OpenAPI 3.1.0 fragments on the DevNet CDN and consolidated here into 13 documents. Ownership verified from info.contact vmanage@cisco.com and the Cisco license URL rather than from the fetch host. x-evidence: - type: source url: https://pubhub.devnetcloud.com/media/cisco-catalyst-sd-wan-26-1-api-guide/docs/ - type: source url: https://developer.cisco.com/docs/sdwan/ servers: - url: /dataservice tags: - name: Multicloud Interconnect - Services paths: /multicloud/interconnect/services: get: tags: - Multicloud Interconnect - Services summary: Get Interconnect Services Information. description: API to retrieve the Interconnect Services Information from vManage. operationId: getInterconnectServices parameters: - name: interconnect-service-vendor-name in: query required: true schema: type: string - name: interconnect-type in: query description: Interconnect provider type required: true schema: type: string - name: interconnect-service-type in: query required: true schema: type: string responses: '200': description: All Interconnect Services content: application/json: schema: type: array items: type: object properties: flavor: type: string description: Virtual Instance flavor of the service instance example: VM100 interfaceCount: type: string description: Number of interfaces for the service example: '10' mgmtIP: type: string description: IP of the management interface of the service example: 100.1.1.1 name: type: string description: Name of the service example: My-Firewall serviceRegion: type: string description: Region where the service is deployed example: NY serviceRole: type: string description: HA role of the service example: Primary status: type: string description: Status of the service example: PROMISIONED swVersion: type: string description: Software version running on the service example: 10.1.3 uuid: type: string description: provider assigned service Uuid $$ref: '#/components/schemas/InterconnectService' '400': description: Bad Request '403': description: Forbidden '500': description: Internal Server Error