hotfix: updated api docs from cloud-iox to cloud-serverless
parent
6223ef0ecd
commit
f08a1b19ac
|
|
@ -1,4 +1,4 @@
|
|||
title: InfluxDB Cloud (IOx) API Service
|
||||
title: InfluxDB Cloud Serverless API Service
|
||||
description: |
|
||||
The InfluxDB HTTP API provides a programmatic interface for all interactions with InfluxDB.
|
||||
Access the InfluxDB API using the `/api/v2/` endpoint.
|
||||
|
|
@ -1,8 +1,8 @@
|
|||
- url: https://{baseurl}
|
||||
description: InfluxDB Cloud (IOx) API URL
|
||||
description: InfluxDB Cloud Serverless API URL
|
||||
variables:
|
||||
baseurl:
|
||||
enum:
|
||||
- 'us-east-1-1.aws.cloud2.influxdata.com'
|
||||
default: 'us-east-1-1.aws.cloud2.influxdata.com'
|
||||
description: InfluxDB Cloud (IOx) URL
|
||||
description: InfluxDB Cloud Serverless URL
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
title: InfluxDB Cloud (IOx) v1 compatibility API documentation
|
||||
title: InfluxDB Cloud Serverless v1 compatibility API documentation
|
||||
description: |
|
||||
The InfluxDB 1.x compatibility /write and /query endpoints work with InfluxDB 1.x client libraries and third-party integrations like Grafana and others.
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
|
|
@ -5,7 +5,7 @@ info:
|
|||
description: |
|
||||
The InfluxDB 1.x compatibility /write and /query endpoints work with InfluxDB 1.x client libraries and third-party integrations like Grafana and others.
|
||||
|
||||
If you want to use the latest InfluxDB /api/v2 API instead, see the [InfluxDB v2 API documentation](/influxdb/cloud-iox/api/).
|
||||
If you want to use the latest InfluxDB /api/v2 API instead, see the [InfluxDB v2 API documentation](/influxdb/cloud-serverless/api/).
|
||||
|
||||
This documentation is generated from the
|
||||
[InfluxDB OpenAPI specification](https://raw.githubusercontent.com/influxdata/openapi/master/contracts/swaggerV1Compat.yml).
|
||||
Loading…
Reference in New Issue