- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
Integration / Template for Infoblox WAPI
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2022 02:55 AM
Hello,
I`m searching for a possiblitity to automate tasks like creating a second dns record based on a first one. For example, if I create a host record, I want to create an additional txt record that contains the comment in the host record.
This could be easily done by the outbound api, but in this case it would require a template for the infoblox own wapi. Is there maybe already a working integration and template for a Infoblox <-> Infoblox ?
Thanks!
Patrick
Re: Integration / Template for Infoblox WAPI
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2022 09:03 AM
Hello Patrick,
There isn't anything today, however instead on inserting the third party information you would simply replace it with the Infoblox appliance that would be handing the API requests (in this case the grid master).
login for the WAPI and third party API would be the same and just make sure that the Grid Master/ GM candidate can reach the appliance you are sending the API querys.
Thank you,
Kevin Zettel
Re: Integration / Template for Infoblox WAPI
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-10-2022 03:05 AM
Hello Kevin,
meanwhile I found a solution in using a existing Checkpoint integration. There I added some more WAPI Calls at the end to extend the functions and use this template now to create the default objekts at checkpoint and additional objects at infoblox.
In the first tests this worked fine for us. Maybe we will split this into a completly seperated template/integration in the future, but for now it is ok.
Many Thanks
Patrick