Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(warp10): use c2 cluster instead of c1 #116

Merged
merged 2 commits into from
Dec 26, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions content/doc/metrics/warp10.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ title: Warp 10
shortdesc: Warp 10. Geo Time series database. Presentations, concepts and examples
tags:
- metrics
aliases:
- /doc/administrate/metrics/warp10/
keywords:
- GTS
- warp 10
Expand Down Expand Up @@ -70,7 +72,7 @@ Builtin function :
The Clever Cloud Warp 10 endpoint is:

```
https://c1-warp10-clevercloud-customers.services.clever-cloud.com/api/v0
https://c2-warp10-clevercloud-customers.services.clever-cloud.com/api/v0
```

You can find documentation about endpoint gateway [here](https://www.warp10.io/content/03_Documentation/03_Interacting_with_Warp_10/01_Introduction).
Expand All @@ -80,7 +82,7 @@ You can find documentation about endpoint gateway [here](https://www.warp10.io/c
You can query our Warp 10 platform with your own script. Here's a curl example :

```bash
curl -T <Path/to/a/warpscript_file> https://c1-warp10-clevercloud-customers.services.clever-cloud.com/api/v0/exec
curl -T <Path/to/a/warpscript_file> https://c2-warp10-clevercloud-customers.services.clever-cloud.com/api/v0/exec
```

> Do not forget the endpoint. `exec` in the previous exemple.
Expand Down
Loading