get_next_available_ip
Retrieve available IP addresses from a network for allocation, excluding specified addresses as needed.
Instructions
Get the next available IP address(es) from a network. Use get_networks first to find the network reference.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| network_ref | Yes | Object reference of the network (e.g., network/ZG5z...) | |
| num | No | Number of available IPs to retrieve | |
| exclude | No | IP addresses to exclude from results |