Skip to main content

A Python client library for interacting with the Cisco NSO RESTCONF API

Project description

cisco-nso-restconf

Overview

This Python library provides an interface for interacting with the Cisco Network Services Orchestrator (NSO) RESTCONF API.

Features

  • RESTCONF API Access: Use the NSORestconfClient class to make raw GET, POST, & DELETE requests to any RESTCONF /data resource.
  • Utility Classes: Use pre-built helper classes, such as the Devices class, to simplify common operations, like fetching all device NED ID's.

Requirements

  • NSO RESTCONF Configuration
    • To use this library, RESTCONF must be enabled in NSO. Please refer to the documentation specific to the NSO version being used to determine how to enable RESTCONF in NSO.

Installation

You can install the library using pip:

pip install cisco-nso-restconf

Client Class

Use the NSORestconfClient class to interact with the NSO RESTCONF API /data resource

Methods Supported

  • GET, POST, DELETE

Utility Classes

To make the process easier, the library also provides utility classes for specific tasks. For example, the Devices class simplifies interaction with tailf-ncs:devices RESTCONF resources.

Available Utility Classes

Class Description
Devices Interact with the NSO tailf-ncs:devices resource

Closing Sessions

When using the NSORestconfClient, it’s important to close the session when you’re done to free up resources. You can do this using the close() method, as shown in the examples above.

Examples

There are a number of examples provided for utilizing the Client classes and various Helper classes, such as the Devices class. The examples are intended to showcase basic use cases/workflows for acheiving a specific function in NSO, such as retreiving NED ID's, device groups, life cycle of a VLAN resource, life cycle of a service, and so on.

Contributing

We welcome contributions! Feel free to open issues or submit pull requests. For development, we recommend using Poetry to manage dependencies and packaging.

poetry install

License

This project is licensed under the MIT License.

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

cisco_nso_restconf-1.0.0.tar.gz (6.4 kB view details)

Uploaded Source

Built Distribution

cisco_nso_restconf-1.0.0-py3-none-any.whl (7.5 kB view details)

Uploaded Python 3

File details

Details for the file cisco_nso_restconf-1.0.0.tar.gz.

File metadata

  • Download URL: cisco_nso_restconf-1.0.0.tar.gz
  • Upload date:
  • Size: 6.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.8.3 CPython/3.11.0 Darwin/23.6.0

File hashes

Hashes for cisco_nso_restconf-1.0.0.tar.gz
Algorithm Hash digest
SHA256 1ed6faa10b7774bfdaf2d91eecaf6dcefee5a18897066315839333eec6a8920d
MD5 59694094ac8f199442b24d893cb8fbc4
BLAKE2b-256 c22b78b684fc99b01cd488ca3c619b24d4a54be67876755ae6de503409841f2f

See more details on using hashes here.

File details

Details for the file cisco_nso_restconf-1.0.0-py3-none-any.whl.

File metadata

File hashes

Hashes for cisco_nso_restconf-1.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 7dee5eb215df1d22e6972617e6cea39bd3c3b34a0f8901117e0df8299fcaa95d
MD5 5d54630bdf58e8d9656824597c76cacc
BLAKE2b-256 aa6fc8ca4a8ef859eb3115d0cebde5ccab59167a160baa44be940fbe3db1fd15

See more details on using hashes here.

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