diff options
author | Daniel Baumann <mail@daniel-baumann.ch> | 2023-12-17 10:37:47 +0000 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2023-12-17 10:37:47 +0000 |
commit | 1b1f988872c4cea8f18c37e85eb22e7c73d34dcf (patch) | |
tree | dedc2323d8ed83875e60a1015be29cafa696ffa0 /docs/labs/README.md | |
parent | Adding upstream version 1.3.1+dfsg. (diff) | |
download | cvprac-1b1f988872c4cea8f18c37e85eb22e7c73d34dcf.tar.xz cvprac-1b1f988872c4cea8f18c37e85eb22e7c73d34dcf.zip |
Adding upstream version 1.3.2+dfsg.upstream/1.3.2+dfsg
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
Diffstat (limited to 'docs/labs/README.md')
-rw-r--r-- | docs/labs/README.md | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/docs/labs/README.md b/docs/labs/README.md index 132ee64..d91a81a 100644 --- a/docs/labs/README.md +++ b/docs/labs/README.md @@ -5,10 +5,12 @@ to help users interact with Arista CloudVision easily and automate the provision ## Table of Contents -1. [Authentication](#authentication) +- [cvprac labs](#cvprac-labs) + - [Table of Contents](#table-of-contents) + - [Authentication](#authentication) - [Password Authentication](#password-authentication) - [Service Account Token Authentication](#service-account-token-authentication) -1. [Known Limitations](#known-limitations) + - [Known Limitations](#known-limitations) ## Authentication @@ -60,6 +62,8 @@ clnt = CvpClient() clnt.connect(nodes=['10.83.13.33'], username='',password='',api_token=token) ``` +> Note that for CVaaS the correct regional URL must be used including `www.`. Please refer to the main page's [README.md](../../README.md#cvaas) + ## Known Limitations - for any APIs that interact with EOS devices, the service account name must match the name of the username |