Skip to content

Commit

Permalink
fix(warp10): use c2 cluster instead of c1 (#116)
Browse files Browse the repository at this point in the history
* fix(warp10): use c2 cluster instead of c1

* fix(warp10): add alias that is referenced by google
  • Loading branch information
alexandrebrg authored and juliamrch committed Dec 26, 2023
1 parent 118b3de commit c2573da
Showing 1 changed file with 4 additions and 2 deletions.
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

0 comments on commit c2573da

Please sign in to comment.