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
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
Built Distribution
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
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1ed6faa10b7774bfdaf2d91eecaf6dcefee5a18897066315839333eec6a8920d |
|
MD5 | 59694094ac8f199442b24d893cb8fbc4 |
|
BLAKE2b-256 | c22b78b684fc99b01cd488ca3c619b24d4a54be67876755ae6de503409841f2f |
File details
Details for the file cisco_nso_restconf-1.0.0-py3-none-any.whl
.
File metadata
- Download URL: cisco_nso_restconf-1.0.0-py3-none-any.whl
- Upload date:
- Size: 7.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.11.0 Darwin/23.6.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7dee5eb215df1d22e6972617e6cea39bd3c3b34a0f8901117e0df8299fcaa95d |
|
MD5 | 5d54630bdf58e8d9656824597c76cacc |
|
BLAKE2b-256 | aa6fc8ca4a8ef859eb3115d0cebde5ccab59167a160baa44be940fbe3db1fd15 |