Archived
This project has been archived by its maintainers, and is no longer receiving any updates.
An unofficial python library for interfacing with Infoblox NIOS. This library is not affiliated with Infoblox, Inc. <http://www.infoblox.com> in any way.
Documentation
Requirements
Python 2.6, 2.7, 3.2, 3.3
argparse <http://pypi.python.org/pypi/argparse> (Python 2.6 only)
requests <http://docs.python-requests.org/en/latest/>
CLI Usage
usage: infoblox-host [-h] [--version] [--debug] [-u USERNAME] [-p PASSWORD]
<Infoblox Address> {add,remove} <FQDN> [IPv4 Address] [COMMENT]
Add or remove a host from the Infoblox appliance
positional arguments:
<Infoblox Address> The Infoblox hostname
{add,remove} Specify if you are adding or removing a host
<FQDN> The FQDN for the host
[IPv4 Address] The IPv4 address for the host
[COMMENT] A comment set on the host when adding.
optional arguments:
-h, --help show this help message and exit
--version show program's version number and exit
--debug Enable debug output
-u USERNAME, --username USERNAME
The username to perform the work as. Default: admin
-p PASSWORD, --password PASSWORD
The password to authenticate with. Default: infoblox
Library Usage
import infoblox
session = infoblox.Session('127.0.0.1', 'admin', 'infoblox')
host = infoblox.Host(session)
host.name = 'foo.bar.net'
host.add_ipv4addr('10.0.0.1')
if host.save():
print('Host saved')
Release files for infoblox 1.1.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| infoblox-1.1.1.tar.gz | 10.0 kB | Details |
Release files / infoblox-1.1.1.tar.gz
| Download URL | infoblox-1.1.1.tar.gz |
|---|---|
| Size | 10.0 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
aebeb33663706fac51f4c831185dc89c044d9a45d82c6d3f7faa6394dc5cd889
|
|
BLAKE2b-256 checksum How to use checksums |
b92de94afbbdc02b18b0ab50f6c2f56412031bc268cacff707bca976e7b697e6
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |