{"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 filters for the Network Tunnel Groups.","properties":{"name":{"type":"string","description":"The name of a Network Tunnel Group. The value of `name` is a sequence of case-insensitive characters.","example":"New York Branch Tunnels"},"exactName":{"type":"string","description":"The sequence of case-insensitive characters that exactly match the name of the Network Tunnel Group.\nWhen `exactName` is included as a filter, `name` is ignored.","example":"Branch 1 Tunnel"},"region":{"type":"string","description":"The region for the Network Tunnel Group. The value of `region` is a sequence of case-insensitive characters.","example":"us-east-1"},"networkTunnelGroupIds":{"type":"string","description":"The comma-separated list of Network Tunnel Group IDs.","example":"1234,456"},"exactAuthIdPrefix":{"type":"string","description":"The case-sensitive value of the auth ID prefix (`authIdPrefix`) or IP for the network tunnel Hub.","example":"tunnelprefix1"},"status":{"type":"string","enum":["connected","disconnected","warning"],"description":"The status of the Network Tunnel Group.","example":"connected","$$ref":"#/components/schemas/status"},"duplicateCIDRs":{"type":"string","description":"List the network tunnel groups that have duplicate CIDRs.\nProvide the CIDRs and optionally provide the regional scope and region properties.\nIf the regional scope is enabled, only duplicates in the same region are found.\nYou can not use the `duplicateCIDRs` filter with any other filter.","example":"{ \"cidrs\": \"10.0.0.0/8,10.01.0.0/16\", \"regionalScope\": true, \"region\": us-east }"}},"$$ref":"#/components/schemas/filtersNTGsObject","title":"filtersNTGsObject"}}