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.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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file infoblox-client-0.0.2.tar.gz.
File metadata
- Download URL: infoblox-client-0.0.2.tar.gz
- Upload date:
- Size: 17.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fc552a4a028712355666cc0132ea842c84c4046c7b66bf88bd9cb878296c3577
|
|
| MD5 |
900131bde7acdc4aba63eb81bec048eb
|
|
| BLAKE2b-256 |
695e15a4e62f0b93ed2c107c341fff275cabb2a622a861a1337251ae62ff132a
|
File details
Details for the file infoblox_client-0.0.2-py2.py3-none-any.whl.
File metadata
- Download URL: infoblox_client-0.0.2-py2.py3-none-any.whl
- Upload date:
- Size: 8.7 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bc4c36f4b3aa0e03d340cc740e73a2ac92587d6bdb3ef9131126f106061458bf
|
|
| MD5 |
3d2ac03915253f2ef5ea6d70ecb64316
|
|
| BLAKE2b-256 |
b197cc9d3e5e039a72f0d13fa613349e0a534190b1d6662b0994fcaa0170114d
|