Skip to content
This repository has been archived by the owner on Jun 12, 2023. It is now read-only.

Latest commit

 

History

History
31 lines (21 loc) · 765 Bytes

File metadata and controls

31 lines (21 loc) · 765 Bytes

Table of Contents

About cvprac

cvprac is a python library to manage CVP.
cvprac is written using CVP REST APIs an CVP resource APIs.
Source code: https://github.com/aristanetworks/cvprac
Examples https://github.com/aristanetworks/cvprac/tree/develop/docs/labs

Requirement

Install cvprac

pip install cvprac==1.2.0
pip list

Token based authentication

Token based authentication is required. To enable token based authentication, refer to this directory

Examples

You will find examples in this directory.