Skip to content

Commit

Permalink
docs: add CVaaS regional URLs
Browse files Browse the repository at this point in the history
Change-Id: Icb89b804e150d188f2e7742f28aa1374d7537c77
  • Loading branch information
noredistribution committed Aug 22, 2024
1 parent 1661fc3 commit 6e82f8a
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion docs/content/connecting/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,26 @@ chapter: false

The port used to connect to CVP is 443 for both on-prem and cloud deployments.

## CVaaS URLs

Please note that in case of using CVaaS, the correct regional URL where the CVaaS tenant is deployed must be used.
The following are the cluster URLs used in production:

| Region | URL |
|--------|-----|
| United States 1a | `www.arista.io` |
| United States 1b | `www.cv-prod-us-central1-b.arista.io`|
| United States 1c | `www.cv-prod-us-central1-c.arista.io`|
| Canada | `www.cv-prod-na-northeast1-b.arista.io` |
| Europe West 2| `www.cv-prod-euwest-2.arista.io` |
| Japan| `www.cv-prod-apnortheast-1.arista.io` |
| Australia | `www.cv-prod-ausoutheast-1.arista.io` |
| United Kingdon | `www.cv-prod-uk-1.arista.io` |

{{% notice warning %}}
URLs without `www` are not supported.
{{% /notice %}}

## Authentication

Our APIs currently support token based authentication.
Expand Down Expand Up @@ -50,7 +70,7 @@ The following examples use `python` but Go, Java, or any other language capable
python -m pip install requests
```

#### Example: token from login
#### Example: token from login (on-prem only)

```python
import requests
Expand Down

0 comments on commit 6e82f8a

Please sign in to comment.