Moved URLs doc to reference section and added local URL
parent
737ce75b08
commit
bd9925ba40
|
@ -1,15 +1,27 @@
|
||||||
---
|
---
|
||||||
title: InfluxDB Cloud 2.0 URLs
|
title: InfluxDB 2.0 URLs
|
||||||
description: >
|
description: >
|
||||||
InfluxDB Cloud 2.0 is available on multiple cloud providers in multiple regions,
|
InfluxDB 2.0 is available both locally (OSS) or on multiple cloud providers in multiple regions (Cloud).
|
||||||
each with with a unique URL and API endpoint.
|
aliases:
|
||||||
weight: 3
|
- /v2.0/cloud/urls/
|
||||||
|
weight: 8
|
||||||
menu:
|
menu:
|
||||||
v2_0_cloud:
|
v2_0_ref:
|
||||||
name: InfluxDB Cloud URLs
|
name: InfluxDB 2.0 URLs
|
||||||
---
|
---
|
||||||
|
|
||||||
InfluxDB Cloud 2.0 is available on multiple cloud providers in multiple regions.
|
InfluxDB 2.0 is available both locally (OSS) or on multiple cloud providers in multiple regions (Cloud).
|
||||||
|
|
||||||
|
## Local URL
|
||||||
|
|
||||||
|
For InfluxDB OSS, the default URL is the following:
|
||||||
|
|
||||||
|
```
|
||||||
|
http://localhost:9999/
|
||||||
|
```
|
||||||
|
|
||||||
|
## Cloud URLs
|
||||||
|
|
||||||
Each region has a unique InfluxDB Cloud URL and API endpoint.
|
Each region has a unique InfluxDB Cloud URL and API endpoint.
|
||||||
Use the URLs below to interact with your InfluxDB Cloud instances with the
|
Use the URLs below to interact with your InfluxDB Cloud instances with the
|
||||||
[InfluxDB API](/v2.0/reference/api/), [InfluxDB client libraries](/v2.0/reference/api/client-libraries/),
|
[InfluxDB API](/v2.0/reference/api/), [InfluxDB client libraries](/v2.0/reference/api/client-libraries/),
|
Loading…
Reference in New Issue