Python client for interacting with Infoblox NIOS over WAPI. Version 0.6.2 provides synchronous and asynchronous APIs for managing DNS, DHCP, IPAM, and other NIOS objects. Development appears slow with infrequent releases.
pip install infoblox-clientNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Initialize the client with host, username, password. Optionally use HTTPS with verify_ssl=False for self-signed certs.
Set verify_ssl=False during client initialization: InfobloxClient(..., verify_ssl=False).
Use the synchronous client for production; test the async client separately if needed.
Consider forking or using the REST API directly if issues arise.
No dependency data recorded yet.