A Python client library for Cisco NSO (previously tail-f).
Project description
A Python client library for Cisco NSO (previously tail-f)
Installation
To install use pip:
$ pip install pynso-restconf
Or clone the repo:
$ git clone https://github.com/workfloworchestrator/pynso-restconf.git $ python setup.py install
Usage
from pprint import pprint
from pynso import NSOClient
# Setup a client
client = NSOClient('10.123.92.12', 'admin', 'admin')
# Get information about the API
print('Getting API version number')
pprint(client.info())
# Get the information about the running datastore
print('Getting information about the running datastore')
pprint(client.get_datastore("running"))
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pynso-restconf-2.0.3.tar.gz
(23.9 kB
view hashes)
Built Distribution
Close
Hashes for pynso_restconf-2.0.3-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | af2ef52679f81e190964b2b1c12b9fd93b6d6325a397392e778600bb1b275d9c |
|
MD5 | 7edb481089f6759998546763c65411ae |
|
BLAKE2b-256 | adef737ef40355836a05dcfb1efb41cfe91fd0daa9fbe4f3e53428748f5788a6 |