Skip to main content

A Python client library for Cisco NSO (previously tail-f).

Project description

Build PyPI1 PyPI2 PyPI3 Downloads

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)

Uploaded Source

Built Distribution

pynso_restconf-2.1.2-py3-none-any.whl (13.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page