{"type":"model","meta":{"id":"/apps/pubhub/media/cloud-security-gov/cdd8786b84e1e4d80528d0eeb25987c136a18549/9ac6e75b-d8b8-3687-ab41-997436170333","info":{"title":"Cisco Umbrella for Government Network Tunnel Groups and Regions API","description":"Manage the Network Tunnel Groups in the organization.","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":"Umbrella"}],"x-parser-conf":{"overview":{"markdownPath":"reference/deployments/network-tunnel-groups-overview.md"}},"openapi":"3.0.3","servers":[{"url":"https://api.umbrellagov.com/{basePath}","variables":{"basePath":{"default":"deployments/v2"}}}],"securitySchemes":{"oauthFlow":{"type":"oauth2","description":"client credential flow","flows":{"clientCredentials":{"tokenUrl":"https://api.umbrellagov.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 regions of the Network Tunnel Groups.\nYou can set either the `peerIP` filter or both the `latitude` and `longitude` filters.","properties":{"peerIP":{"type":"string","description":"Provide the public IP address of a peer (tunnel).\nList the regions sorted in ascending order and based on the regional distances from\nthe geolocation of the provided peer IP.\nOnly a public IP is allowed as the value of `peerIP`. `peerIP` is ignored if you provide `latitude` and `longitude`.\u003c/br\u003e\n**Note:** If you set the `latitude` and `longitude` filters, the `peerIP` filter is ignored.","example":"25.123.22.10"},"latitude":{"type":"number","format":"double","description":"List the regions in ascending order based on the distance of the regions from the provided coordinates.\n**Note:** Set both the `latitude` and `longitude` filters together.","example":39.0299604},"longitude":{"type":"number","format":"double","description":"List the regions in ascending order based on the distance of the regions from the provided coordinates.","example":-77.4771231},"status":{"type":"string","description":"Specify either all regions or only the regions that can accept new tunnels.\nSet the value of the `status` filter as `all` or `available`.\nThe default value is `available`.","example":"all"}},"$$ref":"#/components/schemas/filtersRegionsObject","title":"filtersRegionsObject"}}