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.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
infoblox-client-0.0.1.tar.gz
(17.8 kB
view details)
File details
Details for the file infoblox-client-0.0.1.tar.gz
.
File metadata
- Download URL: infoblox-client-0.0.1.tar.gz
- Upload date:
- Size: 17.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f8975b5419dfcabd8aad61be6e803c9901585c1e92ecf06d4e26be49bec91b4d |
|
MD5 | 92c645da8ace3360b2678129ac501727 |
|
BLAKE2b-256 | 0d98fd3da5fb84a0af997bcb0dc430d8aa00fec281d470e0a75e0df35b2820b3 |