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 $ pip install flit $ flit install --deps develop --symlink
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.1.2.tar.gz
(23.4 kB
view hashes)
Built Distribution
Close
Hashes for pynso_restconf-2.1.2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 790aa93edd1ce22467b516009fc3091914a07bb569e1f814b5d39c2445c56783 |
|
MD5 | 1ebea3ea3b7c6f7199e0f125dc55e179 |
|
BLAKE2b-256 | 75641ba1f6f3a22861c03e77a0046488fe54f947d7dd48c7f8b84c114b18acf1 |