{"type":"model","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":{"required":["cloudAccountId","cloudAccountName","cloudType","connectionName","virtualNetworkTagAssociationType","virtualNetworkTagAssociations","virtualNetworkTags"],"type":"object","properties":{"cloudAccountId":{"maxLength":255,"minLength":1,"type":"string","description":"Interconnect virtual network connection cloud account id"},"cloudAccountName":{"type":"string","description":"Interconnect virtual network connection cloud account name"},"cloudType":{"pattern":"^(AWS|AZURE)$","type":"string","description":"Cloud provider type"},"connectionId":{"pattern":"[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}","type":"string","description":"Interconnect virtual network connection id"},"connectionName":{"pattern":"^[\\w.:-]{1,256}$","type":"string","description":"Interconnect virtual network connection name"},"resourceState":{"type":"object","properties":{"resourceAssociationDetails":{"type":"array","items":{"type":"object","properties":{"associatedResourceConnectionStatus":{"type":"string"},"associatedResourceId":{"type":"string"},"associatedResourceName":{"type":"string"},"associatedResourceStatus":{"type":"string"}},"$$ref":"#/components/schemas/ResourceAssociationDetail"}},"resourceState":{"type":"string"},"resourceStateMessage":{"type":"string"},"resourceStateUpdateTs":{"type":"string"}},"description":"Interconnect virtual network connection resource state information","$$ref":"#/components/schemas/InterconnectResourceState"},"virtualNetworkTagAssociationType":{"type":"string","description":"Interconnect virtual network connection tag association type "},"virtualNetworkTagAssociations":{"type":"array","description":"Interconnect virtual network connection virtual network tag association list","items":{"required":["resourceType"],"type":"object","properties":{"onRampGatewayConnection":{"required":["name"],"type":"object","properties":{"id":{"pattern":"[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}","type":"string","description":"Interconnect onRamp gateway connection id"},"name":{"pattern":"^[\\w.:-]{1,256}$","type":"string","description":"Interconnect onRamp gateway connection name"}},"description":"Interconnect onRamp gateway connection information","$$ref":"#/components/schemas/OnRampGatewayConnection"},"resourceType":{"type":"string","description":"Type of resource to be associated to the tag"}},"description":"Interconnect virtual network connection virtual network tag association list","$$ref":"#/components/schemas/VirtualNetworkTagAssociation"}},"virtualNetworkTags":{"type":"array","description":"Interconnect virtual network connection virtual network tag list","items":{"required":["tagName"],"type":"object","properties":{"tagName":{"maxLength":255,"minLength":1,"type":"string","description":"Name of the Host VPC/VNET tag"}},"description":"Interconnect virtual network connection virtual network tag list","$$ref":"#/components/schemas/VirtualNetworkTag"}}},"$$ref":"#/components/schemas/InterconnectVirtualNetworkConnection","title":"InterconnectVirtualNetworkConnection"}}