/
IPAM Workflows

IPAM Workflows

The IPAM workflows of the Infoblox IPAM Plug-In for VMware automate IPAM operations in a virtualized environment. They provide integration of the VMware environment with NIOS, used for running IPAM operations related to NIOS objects. The IPAM workflows are called from the higher-level vRA workflows or can be run manually by the vRO admin.
In the IPAM workflows, you can use extensible attributes. For more information, see Using Extensible Attributes in Infoblox IPAM Plug-In for VMware.
You access the IPAM workflows from <Admin>–> Library –> Infoblox. The IPAM workflows include the following:

Workflow NameDescription
Reserve IP address

Reserves the specified static IP address and creates either a host, DNS, or DHCP record in the NIOS database.
See Reserve IP Address Workflow.

Reserve IP in network

Gets next available IP address from the specified network and reserves it.
Creates either a host, DNS, or DHCP record in the NIOS database.
See Reserve IP in Network Workflow.

Reserve IP in range

Gets next available IP address from the specified network range and reserves it.
Creates either a host, DNS, or DHCP record in the NIOS database.
See Reserve IP in Range Workflow.

Remove host record

Removes the host record of the specified host or of multiple hosts from the NIOS database.
See Remove Host Record Workflow.

Remove DHCP record

Removes one or more fixed IP addresses or reservations from the NIOS database.
See Remove DHCP Record Workflow.

Remove DNS record

Removes DNS records from the NIOS database.
See Remove DNS Record Workflow.

Add network

Creates a new IP network in the NIOS database.
See Add Network Workflow.

Remove network

Removes previously configured IP network or multiple networks from the NIOS database.
See Remove Network Workflow.

Add range

Adds a network range to the NIOS database.
See Add Range Workflow.

Remove range

Removes a network range from the NIOS database.
See Remove Range Workflow.

Restart IPAM services

Restarts IPAM services.
See Restart IPAM Services Workflow.

The Infoblox IPAM Plug-In for VMware workflows support the following types of records:

  • Host record
  • Fixed address
  • IPv4 reservation
  • A record (for IPv4 addresses)
  • AAAA record (for IPv6 addresses)
  • PTR record
  • CNAME record

You can also use the IPAM workflows to build custom batch workflows in vRealize Orchestrator. For information about building batch workflows, refer to the vRealize Orchestrator documentation.

Note

Before you execute IPAM workflows, make sure that the Infoblox IPAM connection is available in the vRO Inventory tab. If it is not there, run the Create IPAM Connection workflow from vRO <admin> -> Library -> Infoblox -> vRA -> Helpers. Then go to the vRO inventory, select Infoblox IPAM, and refresh the selected node. Before creating a new IPAM connection, make sure that there is no connection with the same priority in the vRO inventory.

Related content