Client for interacting with Infoblox NIOS over WAPI
Project description
Client for interacting with Infoblox NIOS over WAPI.
Free software: Apache license
Documentation: https://infoblox-client.readthedocs.org.
Installation
Install infoblox-client using pip:
pip install infoblox-client
Usage
Retrieve list of network views from NIOS:
from infoblox_client import connector opts = {'host': '192.168.1.10', 'username': 'admin', 'password': 'admin'} conn = connector.Connector(opts) # get all network_views network_views = conn.get_object('networkview')
For this request data is returned as list of dicts:
[{u'_ref': u'networkview/ZG5zLm5ldHdvcmtfdmlldyQw:default/true', u'is_default': True, u'name': u'default'}]
Features
TODO
History
0.0.3 (2015-09-15)
Added dependencies to package.
0.0.2 (2015-09-11)
Fixed using dashes in package directory names that prevented package import after install.
0.0.1 (2015-09-11)
Added connector to send wapi requests to NIOS, does not includes NIOS object model at this point.
First release on PyPI.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file infoblox-client-0.0.3.tar.gz
.
File metadata
- Download URL: infoblox-client-0.0.3.tar.gz
- Upload date:
- Size: 17.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0c7dfb380998e76a9778e368e72a09a992bb5af54d3e94f16473d98c390aa790 |
|
MD5 | 5c33a7d2fa0bf6e328aa276c4a4e6463 |
|
BLAKE2b-256 | 2697b76ae8da10c3a2fc857be64fdcc2a00a8e2136e5f2659712f9baa1934c49 |
File details
Details for the file infoblox_client-0.0.3-py2.py3-none-any.whl
.
File metadata
- Download URL: infoblox_client-0.0.3-py2.py3-none-any.whl
- Upload date:
- Size: 8.8 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 66942ec71189da3f1757e32bd84dd606eae86cbf144a82bae098812791f9e712 |
|
MD5 | b336d4650aa661820c5d0edb22e81de4 |
|
BLAKE2b-256 | 5762eb892074a1c04352d35b2066cf46b4132d549cbc7b2f0580ac094a301f17 |