Get the ID of the next available unused network within a configuration or block. Important Note: This action is only available when using the V1 connection method of BlueCat Address Manager.
External DocumentationTo learn more, visit the BlueCat Address Manager documentation.

Parameters

ParameterDescription
Auto CreateSelect to create the next available network if it doesn’t exists.
Is Larger AllowedSelect to get networks that are larger than the specified Size value.
Parent IDThe ID of the configuration, block, or network from which to retrieve the next available IPv4 address.
SizeThe size of the network, expressed as the total number of IP addresses as a power of 2.

This value corresponds to the subnet mask in CIDR notation.

For Example:
* A value of 256 represents a /24 subnet, which contains 256 IP addresses in total.
* A value of 16 represents a /28 subnet, which contains 16 IP addresses in total.

Example Output

{
	"id": "123123"
}

Workflow Library Example

Get Next Available Network with Bluecat Address Manager and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop