Skip to content
Release: Australia · Updated: 2026-03-12 · Official documentation · View source

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

VariableDescription
InfobloxServerName of the Infoblox DDI Grid Server.
startIpAddressBeginning IPv4 address of the range to reserve.
endIpAddressEnding IPv4 address of the range to reserve.
restCredentialsThe sys\_id of the REST credentials from the ServiceNow instance.
api\_versionDefines 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.
viewName 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

VariableDescription
DHCPIpAddressRangeRange of reserved IPv4 addresses.
errorDisplays the message for any REST error encountered.

Conditions

VariableDescription
SuccessActivity successfully reserved the specified IPv4 address range.
FailureActivity 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:

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

VariableDescription
InfobloxServerName of the Infoblox DDI Grid Server.
ipToDeleteIP address range to delete, in the form: `range/://default`
restCredentialsThe sys\_id of the REST credentials from the ServiceNow instance.
api\_versionDefines 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.
VariableDescription
DHCPDeletedIpRangeRange of deleted IP addresses.
errorDisplays the message for any REST error encountered.

Conditions

VariableDescription
SuccessActivity successfully deleted the specified IP address range.
FailureActivity failed to delete the specified IP address range.

DHCP List IP Reservations activity

The 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

VariableDescription
InfobloxServerName of the Infoblox DDI Grid Server.
restCredentialsThe sys\_id of the REST credentials from the ServiceNow instance.
api\_versionDefines the version of WAPI to use for the integration endpoints. The default value is 2.0. Note: This field is mandatory. If field is empty, the orchestration activity will fail.
viewName of the Infoblox network view. The default value is default. Note: If the field is empty, the operation is treated as happening with no view and returns the values with data from all views.

Output variables

VariableDescription
referenceReference value for an array of DHCP address ranges in this format: range/<encrypted code>:<start range>/<end range>/default
networkAddress of the network containing the IP address range.
network_viewRouting doman associated with the network returned.

Conditions

VariablesDescription
SuccessActivity successfully returned an array of DHCP IP address ranges.
FailureActivity failed to return an array of DHCP IP address ranges.

sndocs is an independent community mirror and is not affiliated with or endorsed by ServiceNow.

ServiceNow, the ServiceNow logo, Now, and other ServiceNow marks are trademarks and/or registered trademarks of ServiceNow, Inc., in the United States and/or other countries. Other company and product names may be trademarks of the respective companies with which they are associated.

© 2026 ServiceNow, Inc. All rights reserved.

Documentation content is redistributed under the Apache License 2.0 from the ServiceNowDocs repository.