Get the details of an IPv4 address object. 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
AddressThe IPV4 address to get details for.
Container IDThe ID of the container to search the address within. This value can be a configuration, IPv4 or IPv6 block, network, or DHCP range.

Example Output

{
	"id": 12345,
	"name": "...",
	"type": "...",
	"properties": "..."
}

Workflow Library Example

Get Ipv4 Address with Bluecat Address Manager and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop