deploy_create_network
Creates a network using a CIDR block (IPv4 or IPv6). Validates the IP address and prefix length before submitting to Cisco Secure Access.
Instructions
Create a Network identified by a CIDR. Both ip_address and prefix_length (or alternatively a cidr string) are validated as syntactically correct before being sent to Cisco.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Human-readable name. | |
| cidr | Yes | IPv4 or IPv6 CIDR, e.g. '192.0.2.0/24' or '2001:db8::/32'. | |
| is_verified | No | Whether the network is pre-verified by your team. |