This repository contains Python scripts for working with Infoblox Grids.
-
infoblox_backup.py
: Downloads the Infoblox database backup from a specified Infoblox Grid and saves it locally with the current date appended to the filename. -
infoblox_export_networks.py
: Exports all networks from a specified Infoblox Grid to a CSV file. -
restore.py
: Restore the Infoblox Grid using an existing database backup file.
- Python 3.X
- requests, json, time, urllib3, os, load_dotenv
- Install Python 3.x
- Install the requests, python-dotenv libraries using PIP
Feel free to contribute to this repository by submitting pull requests or opening issues.
These scripts are licensed under the MIT License.