deploy_create_network_tunnel_group
Creates a network tunnel group in Cisco Secure Access by providing region, name, and pre-shared key. Use deploy_list_regions to find available regions.
Instructions
Create a Network Tunnel Group. Specify the Cisco Secure Access region name (use deploy_list_regions to enumerate).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Human-readable name. | |
| region | Yes | Region name from /deployments/v2/networktunnelgroups/regions. | |
| passphrase | Yes | Tunnel pre-shared key. Use a strong, randomly generated value and rotate it on a schedule; the Secure Access API echoes it on creation only. Do not pass shared/static secrets. | |
| device_type | No | Tunnel device type (e.g. 'asa', 'ftd', 'ios', 'other'). | other |