{"type":"model","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":{"required":["attCredentials","edgeAccountId","edgeAccountName","edgeType","equinixCredentials"],"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"},"megaportOauthCredentials":{"required":["clientId","clientSecret"],"type":"object","properties":{"clientId":{"type":"string","description":"Client id of the Megaport Account.","example":"abcd-1234"},"clientSecret":{"type":"string","description":"Client secret of the Megaport Account.","example":"XXXXX-XXXXX-XXXXX"}},"description":"Megaport Oauth Credential Information","$$ref":"#/components/schemas/InterconnectAccountMegaportOauthCredentials"},"regionList":{"type":"array","properties":{"empty":{"type":"boolean"}},"description":"List of regions","items":{"type":"string","description":"List of regions"}}},"$$ref":"#/components/schemas/InterconnectAccount","title":"InterconnectAccount"}}