{"type":"model","meta":{"id":"/apps/pubhub/media/cloud-security-apis-in-eft/9d37d008417d562ab46d4b67547a68457ce288d2/b608b63c-8f99-3c50-a490-501c84f4f333","info":{"title":"Cisco Secure Access Network Tunnel Groups and Regions API","description":"Manage the Secure Access Network Tunnel Groups.","version":"1.0.0","contact":{"name":"Cloud Security Developer Community"}},"security":[{"oauthFlow":[]}],"tags":[{"name":"Network Tunnel Groups","description":"Network Tunnel Groups API endpoints"},{"name":"Network Tunnel Groups Regions","description":"Network Tunnel Groups Regions API endpoints"},{"name":"Network Tunnel Groups State","description":"Network Tunnel Groups State API endpoints"},{"name":"Network Tunnel Groups Peer State","description":"Network Tunnel Groups Peer State API endpoints"},{"name":"Secure Access"}],"x-parser-conf":{"overview":{"markdownPath":"secure-access/reference/deployments/network-tunnel-groups-overview.md","uri":"secure-access-api-reference-network-tunnel-groups-overview"}},"openapi":"3.0.3","servers":[{"url":"https://api.sse.cisco.com/{basePath}","variables":{"basePath":{"default":"deployments/v2"}}}],"securitySchemes":{"oauthFlow":{"type":"oauth2","description":"client credential flow","flows":{"clientCredentials":{"tokenUrl":"https://api.sse.cisco.com/auth/v2/token","scopes":{"deployments.networktunnelgroups:read":"Read network tunnel groups deployments","deployments.networktunnelgroups:write":"Write network tunnel groups deployments","deployments.regions:read":"Read regions for network tunnel groups deployments"}}}}}},"spec":{"type":"object","description":"The list of regions associated with the tunnel.","properties":{"regions":{"type":"array","description":"The list of regions for the Network Tunnel Groups.","items":{"type":"object","description":"The properties of the region.","required":["name","region","description","continent"],"properties":{"name":{"type":"string","description":"The name of a region.","readOnly":true,"example":"US East 1"},"region":{"type":"string","description":"The ID of a region.","readOnly":true,"example":"us-east-1"},"description":{"type":"string","description":"The country and location of a region.","readOnly":true,"example":"US West (N. California)"},"continent":{"type":"string","readOnly":true,"description":"The continent where the region is located.","example":"North America"}}}},"bgp":{"type":"object","properties":{"asNumber":{"type":"string","description":"The BGP autonomous system (AS) number.","readOnly":true,"example":"12345"},"peerIPs":{"type":"array","description":"The list of BGP peer IP addresses.","items":{"type":"string","description":"A border gateway protocol (BGP) peer IP address.","readOnly":true,"example":"10.20.0.1"},"example":["10.20.0.1","10.20.0.2"]},"peerRange":{"type":"string","description":"The range of BGP peer addresses.","readOnly":true,"example":"169.254.0.0/24"}},"example":{"asNumber":"12345","peerIPs":["10.20.0.1"],"peerRange":"169.254.0.0/24"},"$$ref":"#/components/schemas/bgp"}},"example":{"regions":[{"name":"US East 1","region":"us-east-1","description":"US East (N. Virginia)","continent":"North America"},{"name":"US West 2","region":"us-west-2","description":"US West (N. California)","continent":"North America"}],"bgp":{"asNumber":"64512","peerIPs":["169.254.0.9","169.254.0.5"],"peerRange":"169.254.0.0/24"}},"$$ref":"#/components/schemas/regionList","title":"regionList"}}