You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
are built for the InfluxDB v2 API, but also work with **InfluxDB 1.8+**.
39
58
40
-
The following forward compatible APIs are available:
59
+
The following v2 compatible APIs are available:
41
60
42
61
| Endpoint | Description |
43
62
|:---------- |:---------- |
44
-
|[/api/v2/query](#api-v2-query-http-endpoint)| Query data in InfluxDB 1.8.0+ using the InfluxDB 2.0 API and [Flux](/flux/latest/)|
45
-
|[/api/v2/write](#api-v2-write-http-endpoint)| Write data to InfluxDB 1.8.0+ using the InfluxDB 2.0 API _(compatible with InfluxDB 2.0 client libraries)_|
63
+
|[/api/v2/query](#api-v2-query-http-endpoint)| Query data in InfluxDB 1.8.0+ using the InfluxDB v2 API and [Flux](/flux/latest/)|
64
+
|[/api/v2/write](#api-v2-write-http-endpoint)| Write data to InfluxDB 1.8.0+ using the InfluxDB v2 API _(compatible with InfluxDB v2 client libraries)_|
46
65
|[/health](#health-http-endpoint)| Check the health of your InfluxDB instance |
47
66
48
67
### `/api/v2/query/` HTTP endpoint
49
68
50
69
The `/api/v2/query` endpoint accepts `POST` HTTP requests.
51
-
Use this endpoint to query data using [Flux](/influxdb/v1/flux/) and [InfluxDB 2.0 client libraries](/influxdb/v2/api-guide/client-libraries/).
52
-
Flux is the primary language for working with data in InfluxDB 2.0.
70
+
Use this endpoint to query data using [Flux](/influxdb/v1/flux/) and [InfluxDB v2 client libraries](/influxdb/v2/api-guide/client-libraries/).
71
+
Flux is the primary language for working with data in InfluxDB v2.
0 commit comments