Get IPv6 range by IP address - BlueCat Integrity - 9.5.0

Address Manager Legacy v1 API Guide

Locale
English
Product name
BlueCat Integrity
Version
9.5.0

Returns the DHCPv6 Range containing the specified IPv6 address.

Use the generic getIPRangedByIP method to find the Configuration, IPv6 Block, IPv6 Network, or DHCPv6 Range containing a specified address. You can specify the type of object to be returned, or you can leave the type of object empty ("") to find the most direct container for the object.

API method: GET /v1/getIPRangedByIP

Output / Response: Returns an APIEntity for the DHCPv6 Range containing the specified IPv6 address. If no object is found, returns an empty APIEntity. If ObjectTypes.IP6Block, ObjectTypes.IP6Network,or ObjectTypes.DHCP6Range is specified as the type parameter, returns an object of the specified type. If an empty string ("") is specified as the type parameter, returns the most direct container for the IPv6 address.