hotfix: updated api docs from cloud-iox to cloud-serverless

pull/4904/head
Scott Anderson 2023-04-26 08:10:32 -06:00
parent 6223ef0ecd
commit f08a1b19ac
6 changed files with 236 additions and 236 deletions

View File

@ -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.

View File

@ -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

View File

@ -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.

View File

@ -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).