{"type":"api","title":"Get associated interconnect-account by id","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 Interconnect - Accounts"],"summary":"Get associated interconnect-account by id.","description":"API to retrieve associated Interconnect provider account details by id.","operationId":"getInterconnectAccount","parameters":[{"name":"interconnect-account-id","in":"path","description":"Interconnect provider account id","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Interconnect Provider Account Information.","content":{"application/json":{"schema":{"required":["attCredentials","edgeAccountId","edgeAccountName","edgeType","equinixCredentials","megaportCredentials"],"type":"object","properties":{"attCredentials":{"required":["clientId","clientSecret"],"type":"object","properties":{"clientId":{"type":"string","description":"Client id of the AT&T Account.","example":"att-abcd-1234"},"clientSecret":{"type":"string","description":"Client secret of the AT&T Account.","example":"XXXX-XXXX-XXXX"}},"description":"AT&T Credential information.","$$ref":"#/components/schemas/InterconnectAccountAttCredentials"},"billingProviderType":{"type":"string"},"credType":{"type":"string"},"description":{"maxLength":1024,"minLength":1,"pattern":"^[a-zA-Z0-9_\\-\\s]+$","type":"string"},"edgeAccountId":{"maxLength":255,"minLength":1,"type":"string"},"edgeAccountName":{"maxLength":255,"minLength":1,"pattern":"^[a-zA-Z0-9_\\-\\s]+$","type":"string"},"edgeType":{"type":"string"},"equinixCredentials":{"required":["clientId","clientSecret"],"type":"object","properties":{"clientId":{"type":"string","description":"Client id of the Equinix Account.","example":"abcd-1234"},"clientSecret":{"type":"string","description":"Client secret of the Equinix Account.","example":"XXXX-XXXX-XXXX"}},"description":"Equinix Credential information.","$$ref":"#/components/schemas/InterconnectAccountEquinixCredentials"},"megaportCredentials":{"required":["password","username"],"type":"object","properties":{"password":{"type":"string","description":"Password of the Megaport Account.","example":"XXXXX"},"username":{"type":"string","description":"Username of the Megaport Account.","example":"cisco@megaport.com"}},"description":"Megaport Credential Information","$$ref":"#/components/schemas/InterconnectAccountMegaportCredentials"},"regionList":{"type":"array","properties":{"empty":{"type":"boolean"}},"description":"List of regions","items":{"type":"string","description":"List of regions"}}},"$$ref":"#/components/schemas/InterconnectAccount"}}}},"400":{"description":"Bad Request"},"403":{"description":"Forbidden"},"500":{"description":"Internal Server Error"}},"__originalOperationId":"getInterconnectAccount","method":"get","path":"/multicloud/interconnect/accounts/{interconnect-account-id}"}}