expand_cidr
Expand a CIDR to list of individual IPs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum IPs to return | |
| network | Yes | Network in CIDR notation |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ips | No | ||
| error | No | ||
| network | No | ||
| returned | No | ||
| truncated | No | ||
| total_addresses | No |