---
sourceDocument: Australia ServiceNow AI Platform Capabilities
sourceDocumentLink: https://servicenow-prod.fluidtopics.net/r/de-DE/servicenow-platform

 Release :

    - australia

ft:locale :

    - de-DE

ft:publication_title :

    - Australia ServiceNow AI Platform Capabilities

ft:clusterId :

    - platcap

bundleId :

    - platcap

workflow :

    - Platform


---

# Infoblox IPAM activities

# Infoblox IPAM activities {#ariaid-title1}

* Freigeben Version: Australia
* 
* Aktualisiert 12. März 2026
* 
* ![](https://www.servicenow.com/docs/portal-asset/ico-clock) 5 Minuten Lesedauer

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.

## IPAM Register IP Address activity {#ariaid-title2}

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>`.{#r_IPAMRegisterIPAddressActivity__p_InfobloxIPAddressRecord}

The IPAM activities use the [REST web service activity template](https://servicenow-prod.fluidtopics.net/wCuNCscqoAb4VkDEqCL61w#t_CreateARESTWebServiceActivity "Use this procedure to create a custom REST web service Orchestration activity.") to manage IP addresses using an Infoblox DDI
Grid Server. These activities are configured to use a MID Server with REST capabilities.{#r_IPAMRegisterIPAddressActivity__p_RESTTemplateReference}

To access this activity in the Workflow Editor, select the
Custom tab, and then navigate to Custom ActivitiesInfoblox DDIIPAM.{#r_IPAMRegisterIPAddressActivity__p_IPAMActivityNavigation}

### Input variables

{#r_IPAMRegisterIPAddressActivity__table_gfd_dnx_ft__entry__2}

| Variable | Description |
|-|-|
| InfobloxServer | Name of the Infoblox DDI Grid Server. |
| macAddress | Mac address of the computer for which this IP address is registered. |
| ipAddress | Specific IP address to register. |
| network | Address of the network containing the registered IP address. |
| 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. Hinweis: 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. Hinweis: If the field is empty, the operation is treated as happening in the default view. |
[Tabelle : 1. IPAM Register IP Address input variables]

{#r_IPAMRegisterIPAddressActivity__table_gfd_dnx_ft}

### Output variables

{#r_IPAMRegisterIPAddressActivity__table_n3r_hnx_ft__entry__2}

| Variable | Description |
|-|-|
| error | Displays the message for any REST error encountered. |
| IPAddressRecord | IPAM record of the registered IP address. |
[Tabelle : 2. IPAM Register IP Address output variables]

{#r_IPAMRegisterIPAddressActivity__table_n3r_hnx_ft}

### Conditions

{#r_IPAMRegisterIPAddressActivity__table_phv_5fq_ft__entry__2}

| Variable | Description |
|-|-|
| Success | Activity successfully registered the specified IP address. |
| Failure | Activity failed to register the specified IP address. |
[Tabelle : 3. IPAM Register IP Address conditions]

{#r_IPAMRegisterIPAddressActivity__table_phv_5fq_ft}

## IPAM Reserve IP Address activity {#ariaid-title3}

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](https://servicenow-prod.fluidtopics.net/wCuNCscqoAb4VkDEqCL61w#t_CreateARESTWebServiceActivity "Use this procedure to create a custom REST web service Orchestration activity.") 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 ActivitiesInfoblox DDIIPAM.

### Input variables

{#r_IPAMReserveIPAddressActivity__table_p2w_pjx_ft__entry__2}

| Variable | Description |
|-|-|
| InfobloxServer | Name of the Infoblox DDI Grid Server. |
| macAddress | Mac address of the computer for which this IP address is reserved. |
| network | Address of the network containing the reserved IP address. The Infoblox server reserves the next available IP address from this network. |
| 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. Hinweis: 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. Hinweis: If the field is empty, the operation is treated as happening in the default view. |
[Tabelle : 4. IPAM Reserve IP Address input variables]

{#r_IPAMReserveIPAddressActivity__table_p2w_pjx_ft}

### Output variables

{#r_IPAMReserveIPAddressActivity__table_mxf_tlx_ft__entry__2}

| Variable | Description |
|-|-|
| error | Displays the message for any REST error encountered. |
| IPAddressRecord | IPAM record of the reserved IP address. |
| IPAddress | Selected IP address to reserve. |
[Tabelle : 5. IPAM Reserve IP Address output variables]

{#r_IPAMReserveIPAddressActivity__table_mxf_tlx_ft}

### Conditions

{#r_IPAMReserveIPAddressActivity__table_phv_5fq_ft__entry__2}

| Variable | Description |
|-|-|
| Success | Activity successfully reserved the specified IP address. |
| Failure | Activity failed to reserve the specified IP address. |
[Tabelle : 6. IPAM Reserve IP Address conditions]

{#r_IPAMReserveIPAddressActivity__table_phv_5fq_ft}

## IPAM List IP Reservations activity {#ariaid-title4}

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](https://servicenow-prod.fluidtopics.net/wCuNCscqoAb4VkDEqCL61w#t_CreateARESTWebServiceActivity "Use this procedure to create a custom REST web service Orchestration activity.") 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 ActivitiesInfoblox DDIIPAM.

### Input variables

{#r_IPAMListIPReservationsActivity__table_ufd_2bx_ft__entry__2}

| Variable | Description |
|-|-|
| InfobloxServer | Name of the Infoblox DDI Grid Server. |
| 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. Hinweis: This field is mandatory. If field is empty, the orchestration activity will fail. |
| view | Name of the Infoblox network view. The default value is default. Hinweis: If the field is empty, the operation is treated as happening with no view and returns the values with data from all views. |
[Tabelle : 7. IPAM List IP Reservations input variables]

{#r_IPAMListIPReservationsActivity__table_ufd_2bx_ft}

### Output variables

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

| Variable | Description |
|-|-|
| reference | Reference 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"` |
| ipv4addr | The reserved IPv4 address. |
| network_view | Routing domain associated with the network returned. |
| error | Displays the message for any REST error encountered. |
[Tabelle : 8. IPAM List IP Reservations output variables]

{#r_IPAMListIPReservationsActivity__table_sfz_tcx_ft}

### Conditions

{#r_IPAMListIPReservationsActivity__table_phv_5fq_ft__entry__2}

| Variable | Description |
|-|-|
| Success | Activity successfully retrieved the list of reserved IP addresses from the Infoblox server. |
| Failure | Activity failed to retrieve the list of reserved IP addresses from the Infoblox server. |
[Tabelle : 9. IPAM List IP Reservations conditions]

{#r_IPAMListIPReservationsActivity__table_phv_5fq_ft}

## IPAM Delete activity {#ariaid-title5}

The IPAM Delete activity deletes an IP Address within a named InfoBlox
server.
The IPAM activities use the [REST web service activity template](https://servicenow-prod.fluidtopics.net/wCuNCscqoAb4VkDEqCL61w#t_CreateARESTWebServiceActivity "Use this procedure to create a custom REST web service Orchestration activity.") 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 ActivitiesInfoblox DDIIPAM.

### Input variables

{#r_IPAMDeleteActivity__table_onx_3ww_ft__entry__2}

| Variable | Description |
|-|-|
| InfobloxServer | Name of the Infoblox DDI Grid Server. |
| itemToDelete | The IP address to delete, in the format `fixedaddress/<encrypted key>:<reserved ip address>/<view>`. |
| 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. Hinweis: This field is mandatory. If the field is empty, the orchestration activity will fail. |
[Tabelle : 10. IPAM Delete input variables]

{#r_IPAMDeleteActivity__table_onx_3ww_ft}

### Output variables

{#r_IPAMDeleteActivity__table_u15_3zw_ft__entry__2}

| Variable | Description |
|-|-|
| DeletedRecord | IPAM record of the deleted IP address. |
| error | Displays the message for any REST error encountered. |
[Tabelle : 11. IPAM Delete output variables]

{#r_IPAMDeleteActivity__table_u15_3zw_ft}

### Conditions

{#r_IPAMDeleteActivity__table_phv_5fq_ft__entry__2}

| Variable | Description |
|-|-|
| Success | Activity successfully deleted the specified IP address. |
| Failure | Activity failed to delete the specified IP address. |
[Tabelle : 12. IPAM Delete conditions]

{#r_IPAMDeleteActivity__table_phv_5fq_ft}

