Module for the Infoblox NIOS adapter
Each command supported by the application adapter has a corresponding process in the adapter module. Top-level processes perform high-level functions and call specialized processes in subdirectories. Each subdirectory contains process directories that correspond to the operation type for that command.
Top-level processes
Top-level processes perform high-level functions and call specialized processes in the IPAM, DNS, and DHCP subdirectory of the v6.3 directory.
The top-level processes in the Project Explorer window execute the following version-specific Infoblox NIOS processes:
- Create Items
- Delete Items
- Find Items
Setup_Validation directory
The processes in the Setup_Validation directory contain sample values for the request elements.
You can change these sample values quickly to reflect the values in your environment. A process is provided to test each supported method of executing operations in Infoblox NIOS.
v6.3 directory
The v6.3 directory contains functional processes specific to the Infoblox NIOS Grid Manager. A process is available for each supported operation.
The following operations are grouped under the DHCP subdirectory:
- Create Fixed Address
- Delete Fixed Address
- Retrieve Fixed Address
- Update Fixed Address
The following operations are grouped under the DNS subdirectory: - Create DNS Record
- Delete DNS Record
- Retrieve DNS Record
- Update DNS Record
The following operations are grouped under the IPAM subdirectory:
- Create Host Record
- Create Network
- Delete Host Record
- Delete Network
- Release IP Range
- Reserve IP Range
- Retrieve Network
- Retrieve Addresses
- Release Addresses
Utilities directory
The Utilities directory contains helper and constructor processes that create the XML inputs used in functional processes.
The functional processes require complex XML inputs. You can generate these complex XML inputs using the constructor processes in the Utilities directory.