{"type":"api","title":"Get Interconnect Services Information","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 - 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"}},"method":"get","path":"/multicloud/interconnect/services"}}