{"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 autonomous system (AS) number for the private access tunnels.","required":["asNumber"],"properties":{"asNumber":{"type":"string","description":"The border gateway protocol (BGP) autonomous system (AS) number for private access network tunnels.\nOnly required for the `bgp` routing type. Any other routing types except `bgp` are ignored.\nSpecify an integer between 0–65536.","example":"5432","$$ref":"#/components/schemas/asNumber"},"bgpHopCount":{"type":"integer","description":"Indicates how many network hops a packet can traverse before being discarded by a router. It can only\nbe an integer from 1 to 64 and if it is defined, then at least of BGP neighbor CIDR must be provided.","example":10,"$$ref":"#/components/schemas/bgpHopCount"},"bgpNeighborCIDRs":{"type":"array","description":"The list of CIDR netmasks to limit the customer peers that can talk to the headend BGP.\nThe system allows a maximum of 20 CIDRs.","example":["10.0.0.0/8","95.24.45.50/32"],"items":{"type":"string","example":"10.0.0.0/8"},"$$ref":"#/components/schemas/bgpNeighborCIDRs"},"bgpServerSubnets":{"type":"array","description":"The list of BGP server custom IP address ranges applicable only when the device type is `Azure S2S VPN`.\nThe two ranges must be unique and have the `/32` mask.","example":["169.254.0.1/32","169.254.0.1/32"],"items":{"type":"string","example":"169.254.0.1/32"},"$$ref":"#/components/schemas/bgpServerSubnets"}},"example":{"asNumber":"5432"},"$$ref":"#/components/schemas/bgpDataRequestObj","title":"bgpDataRequestObj"}}