- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
I share my complete example of using the API with python to collect the list of networks
[ Edited ]- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-13-2021 08:36 PM - edited 10-13-2021 08:45 PM
Hi everyone!
I shared in my new blog, how I used Infoblox API WAPI, to fetch the list of all networks (including those contained in network containers) and added logic to detect change: network added or removed.
The blog explains how I did all of this. https://www.marwaabdallah.com/2021/automate-subnet-discovery-with-infoblox-ipam-api-part-ii/
My github repo that contains the code is https://github.com/MarwaAbdallah/Infoblox-monitor-subnet-changes
Best,
Marwa.
Re: I share my complete example of using the API with python to collect the list of networks
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2021 09:12 AM
Thanks for posting this valuable information Marwa!