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

Infoblox IPAM activities

The Infoblox IPAM activities manage IP addresses in your network using an Infoblox DDI Grid Server.

Use these activities to register, reserve, list, or delete IP addresses.

Parent Topic:Infoblox DDI activity pack

IPAM Register IP Address activity

The IPAM Register IP Address activity registers an IP address in a network using Infoblox IPAM.

The output of this activity produces an InfoBlox IP address record that can be used for other IPAM functions in the format fixedaddress/<encrypted key>:<reserved ip address>/<view>.

The IPAM 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 > IPAM.

Input variables

VariableDescription
InfobloxServerName of the Infoblox DDI Grid Server.
macAddressMac address of the computer for which this IP address is registered.
ipAddressSpecific IP address to register.
networkAddress of the network containing the registered IP address.
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
errorDisplays the message for any REST error encountered.
IPAddressRecordIPAM record of the registered IP address.

Conditions

VariableDescription
SuccessActivity successfully registered the specified IP address.
FailureActivity failed to register the specified IP address.

IPAM Reserve IP Address activity

The IPAM Reserve IP Address activity reserves an IP address in a network using Infoblox IPAM.

The output of this activity produces an InfoBlox IP address record that can be used for other IPAM functions in the format fixedaddress/<encrypted key>:<reserved ip address>/<view>.

The IPAM 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 > IPAM.

Input variables

VariableDescription
InfobloxServerName of the Infoblox DDI Grid Server.
macAddressMac address of the computer for which this IP address is reserved.
networkAddress of the network containing the reserved IP address. The Infoblox server reserves the next available IP address from this network.
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
errorDisplays the message for any REST error encountered.
IPAddressRecordIPAM record of the reserved IP address.
IPAddressSelected IP address to reserve.

Conditions

VariableDescription
SuccessActivity successfully reserved the specified IP address.
FailureActivity failed to reserve the specified IP address.

IPAM List IP Reservations activity

The IPAM List IP Reservations activity returns an array of all IP Address within the named InfoBlox Server.

The IPAM 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 > IPAM.

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

The output of this activity produces an array of reserved IP addresses in the format fixedaddress/<encrypted key>:<reserved ip address>/<view>.

VariableDescription
referenceReference value of a reserved IP address contained in an array of addresses, such as fixedaddress/ZG5zLmZpeGVkX2FkZHJlc3MkMTAuMC4xMDMuMTEuMC4u:0.0.0.11/default" ipv4addr: "0.0.0.11"
ipv4addrThe reserved IPv4 address.
network_viewRouting domain associated with the network returned.
errorDisplays the message for any REST error encountered.

Conditions

VariableDescription
SuccessActivity successfully retrieved the list of reserved IP addresses from the Infoblox server.
FailureActivity failed to retrieve the list of reserved IP addresses from the Infoblox server.

IPAM Delete activity

The IPAM Delete activity deletes an IP Address within a named InfoBlox server.

The IPAM 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 > IPAM.

Input variables

Output variables

VariableDescription
InfobloxServerName of the Infoblox DDI Grid Server.
itemToDeleteThe IP address to delete, in the format `fixedaddress/:/`.
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
DeletedRecordIPAM record of the deleted IP address.
errorDisplays the message for any REST error encountered.

Conditions

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

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.