https://github.com/ciscotestautomation/rest
pyATS | Genie REST API Connector
https://github.com/ciscotestautomation/rest
cisco network-automation pyats restconf yang
Last synced: 4 months ago
JSON representation
pyATS | Genie REST API Connector
- Host: GitHub
- URL: https://github.com/ciscotestautomation/rest
- Owner: CiscoTestAutomation
- Created: 2019-06-25T15:56:13.000Z (almost 7 years ago)
- Default Branch: main
- Last Pushed: 2026-03-03T16:55:15.000Z (4 months ago)
- Last Synced: 2026-03-03T20:08:20.565Z (4 months ago)
- Topics: cisco, network-automation, pyats, restconf, yang
- Language: Python
- Homepage:
- Size: 523 KB
- Stars: 12
- Watchers: 9
- Forks: 21
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# REST API Connector
This is a pyATS connection class implementation that allows scripts to connect
to a device using REST via topology/YAML format.
The `rest.connector` module is abstraction enabled and currently supports
specific platforms. Please note that the custom abstraction keyword is required
in the `testbed.yaml` file.
This package is open sourced to [Cisco DevNet](https://developer.cisco.com/)
in June 2019.
# Installation
Installation guide can be found on [our website].
[our website]: https://developer.cisco.com/pyats/
```
$ pip install rest.connector
```
> Copyright (c) 2018 Cisco Systems, Inc. and/or its affiliates