> ## Documentation Index
> Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Get DHCP Range By IP

Get DHCP range containing the specified IPv4 or IPv6 address.

**Important Note:** Select the version that fits your BlueCat Address Manager instance and connection.

<Note>
  External Documentation

  To learn more, visit the [BlueCat Address Manager documentation](https://docs.bluecatnetworks.com/r/Address-Manager-Legacy-v1-API-Guide/GET/v1/getIPRangedByIP/9.6.0).
</Note>

## Parameters

<div className="integrations-table">
  | Parameter             | Description                                                                                                                          |
  | --------------------- | ------------------------------------------------------------------------------------------------------------------------------------ |
  | Address               | The `IPV4` or `IPV6` address to get range for.                                                                                       |
  | Container ID          | The ID of the container to search the address within. This value can be a configuration, IPv4 or IPv6 block, network, or DHCP range. |
  | Fields                | A comma-separated list of fields to include in the response. <br /><br />**For example** - `id,name,type`.                           |
  | Filter                | A criteria to filter the results by.                                                                                                 |
  | Include Total Results | Select to get the total number of results in the response.                                                                           |
  | Limit                 | The maximum number of results to return per page.                                                                                    |
  | Offset                | The pagination offset indicating the starting point for the next set of results.                                                     |
  | Order By              | The attribute to sort the results with.                                                                                              |
  | Return All Pages      | Automatically fetch all resources, page by page.                                                                                     |
  | Type                  | The object type containing the IP address.                                                                                           |
  | Version               | The version of the BluCat Address Manager API.                                                                                       |
</div>

## Example Output

```json theme={"dark"}
{
	"id": 12345,
	"name": "...",
	"type": "...",
	"properties": "..."
}
```

## Workflow Library Example

[Get Dhcp Range by Ip with Bluecat Address Manager and Send Results Via Email](https://library.blinkops.com/workflows/get-dhcp-range-by-ip-with-bluecat-address-manager-and-send-results-via-email)

<div className="iframe-wrapper">
  <div className="iframe-media">
    <img src="https://mintcdn.com/blinkops-2/ojHYuDeYX5FWuN8a/img/Icons/play-box.svg?fit=max&auto=format&n=ojHYuDeYX5FWuN8a&q=85&s=b8af968e71438a9499c3223c9bd29fb2" alt="Workflow Library" width="16" height="16" data-path="img/Icons/play-box.svg" />

    Preview this Workflow on desktop
  </div>

  <iframe className="iframe" src="https://library.blinkops.com/workflows/get-dhcp-range-by-ip-with-bluecat-address-manager-and-send-results-via-email/canvas" />
</div>
