cloudvision-python
cloudvision-python copied to clipboard
Python resources and libraries for integrating with Arista's CloudVision platform
I'm seeing these logs in stderr from docker hosts running some gRPC queries using this client: ``` E0921 17:38:25.652816051 244657 backup_poller.cc:124] run_poller: UNKNOWN:Timer list shutdown {created_time:"2022-09-21T17:38:25.652619086+00:00"} E0921 19:14:08.230445287 322145 backup_poller.cc:124]...
Installing `cloudvision` library also installs `fmp` and `arista` packages into the python site-packages. There are existing pypi packages called `fmp` ([released April 2022](https://pypi.org/project/fmp)) and `arista` ([released April 2009](https://pypi.org/project/arista)) Installing either...
When passing a token string directly to GRPCClient, I get an error from RPC. ``` Traceback (most recent call last): File "/opt/nautobot/plugins/cloudvision_chatbot/cloudvision_chatbot/test.py", line 28, in test_test = test() File "/opt/nautobot/plugins/cloudvision_chatbot/cloudvision_chatbot/test.py",...
Versions: - CentOS Linux release 7.7.1908 (Core) - cvpi version 2020.2.3-base-4-g56c15e7 go1.13.6 `python3 setup.py install` fails when compiling http_client_filter.cc. Here is the part of the output with the compiler error:...
I am struggling to work out how to subscribe to multiple streams of information. In my case that I am testing with at the moment, I want to subscribe to...
cryptography update to address CVE-2024-12797
A vulnerability was released on pyca/cryptography for versions >=42.0.0,
We are currently working on a project involving Arista Cloud Vision where we are exporting operational status of interfaces from Arista Cloud Vision and I have implemented that successfully through...