Infoblox DHCP activities
The Infoblox DHCP activities manage the IP addresses reserved for DHCP in your network.
Use these activities to reserve, list, or delete IP addresses that are used for DHCP assignment in your network.
Parent Topic:Infoblox DDI activity pack
DHCP Reserve IP v4 Address Range activity
The DHCP Reserve IP v4 Address Range activity reserves an IP address range for DHCP use.
The DHCP activities use the REST web service activity template to manage IP addresses using an Infoblox DDI Grid Server. These activities are configured to use a MID Server with REST capabilities.
To access this activity in the Workflow Editor, select the Custom tab, and then navigate to Custom Activities > Infoblox DDI > DHCP.
Input variables
| Variable | Description |
|---|---|
| InfobloxServer | Name of the Infoblox DDI Grid Server. |
| startIpAddress | Beginning IPv4 address of the range to reserve. |
| endIpAddress | Ending IPv4 address of the range to reserve. |
| restCredentials | The sys\_id of the REST credentials from the ServiceNow instance. |
| api\_version | Defines the version of WAPI to use for the integration endpoints. The default value is 2.0. Note: This field is mandatory. If the field is empty, the orchestration activity will fail. |
| view | Name of the Infoblox network view. The default value is default. Note: If the field is empty, the operation is treated as happening in the default view. |
Output variables
| Variable | Description |
|---|---|
| DHCPIpAddressRange | Range of reserved IPv4 addresses. |
| error | Displays the message for any REST error encountered. |
Conditions
| Variable | Description |
|---|---|
| Success | Activity successfully reserved the specified IPv4 address range. |
| Failure | Activity failed to reserve the specified IPv4 address range. |
DHCP Delete IP Reservation activity
The DHCP Delete IP Reservation activity deletes IP reservations in DHCP using either an IPv4 or IPv6 address range.
An automation can obtain an Infoblox DHCP object to delete from either of these activities:
- DHCP List IP Reservations
- DHCP Reserve IPv4 Address Range
The DHCP activities use the REST web service activity template to manage IP addresses using an Infoblox DDI Grid Server. These activities are configured to use a MID Server with REST capabilities.
To access this activity in the Workflow Editor, select the Custom tab, and then navigate to Custom Activities > Infoblox DDI > DHCP.
Input variables
| Variable | Description | ||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| InfobloxServer | Name of the Infoblox DDI Grid Server. | ||||||||||||||||||||||||||||||||||||||||
| ipToDelete | IP address range to delete, in the form: `range/| restCredentials | The sys\_id of the REST credentials from the ServiceNow instance. | api\_version | Defines the version of WAPI to use for the integration endpoints. The default value is 2.0. Note: This field is mandatory. If the field is empty, the orchestration activity will fail. | Output variables
Conditions
DHCP List IP Reservations activityThe DHCP List IP Reservations activity generates a list of all the DHCP range reservations on a specific InfoBlox server. The DHCP activities use the REST web service activity template to manage IP addresses using an Infoblox DDI Grid Server. These activities are configured to use a MID Server with REST capabilities. To access this activity in the Workflow Editor, select the Custom tab, and then navigate to Custom Activities > Infoblox DDI > DHCP. Input variables
Output variables
Conditions
|