Get DHCP range containing the specified IPv4 or IPv6 address. Important Note: Select the version that fits your BlueCat Address Manager instance and connection.
External DocumentationTo learn more, visit the BlueCat Address Manager documentation.

Parameters

ParameterDescription
AddressThe IPV4 or IPV6 address to get range 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.
FieldsA comma-separated list of fields to include in the response.

For example - id,name,type.
FilterA criteria to filter the results by.
Include Total ResultsSelect to get the total number of results in the response.
LimitThe maximum number of results to return per page.
OffsetThe pagination offset indicating the starting point for the next set of results.
Order ByThe attribute to sort the results with.
Return All PagesAutomatically fetch all resources, page by page.
TypeThe object type containing the IP address.
VersionThe version of the BluCat Address Manager API.

Example Output

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

Workflow Library Example

Get Dhcp Range by Ip with Bluecat Address Manager and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop