Back to InfoBox Integrations
Handler · Version 1

Infobox Record Create InfoBox

Download GitHub

About

This handler uses the REST Infoblox API to create an A record (with the possibility to also create a PTR record). After configuring the handler with the Url where the Infoblox server is hosted at along with the username and password of an account with the correct permissions, the handler will start to build the hash of information to send to Infoblox. The name and zone will be appended with a period being added in between (so the zone should not have a leading period on it) to create the complete name to send in the REST call. Those parameters will then be sent to Infoblox to create the A record and if 'Create Associated PTR Record' is true a second call will be sent to create the PTR record.

Parameters
Name Description Sample
Name The name of the record. sample.location
Zone The location of the zone that this will be placed in. kineticdata.com
IP Address The ip address of the record. 172.16.8.15
Create Associated PTR Record If true, an associated PTR record will be created. true
Changelog

InfobloxRecordCreate_V1 (2014-07-10)

  • Initial version. See README for details.
Download GitHub

On This Page

Looking for a workflow engine? Learn more about the Kinetic Data Enterprise Workflow Platform. Check it out
Return to Top