create_network
Define and provision new IP address networks in Infoblox IPAM, specifying CIDR ranges, DHCP members, and network options for automated IP allocation.
Instructions
Create a new network in Infoblox IPAM
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| network | Yes | Network address in CIDR notation (e.g., 192.168.1.0/24) | |
| network_view | No | Network view (defaults to 'default') | |
| comment | No | Description for the network | |
| members | No | DHCP member assignments | |
| options | No | DHCP options (routers, dns-servers, etc.) |