Apply suggestions from code review
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>pull/5870/head
parent
4403dd9a18
commit
40d2e0f938
|
@ -1,7 +1,7 @@
|
||||||
title: InfluxDB 3 Cloud Dedicated Management API
|
title: InfluxDB 3 Cloud Dedicated Management API
|
||||||
x-influxdata-short-title: Management API
|
x-influxdata-short-title: Management API
|
||||||
description: |
|
description: |
|
||||||
The Management API for InfluxDB 3 Cloud Dedicated provides a programmatic interface for managing a Cloud Dedicated instance.
|
The Management API for InfluxDB 3 Cloud Dedicated provides a programmatic interface for managing a Cloud Dedicated cluster.
|
||||||
The Management API lets you integrate functions such as creating and managing databases, permissions, and tokens into your workflow or application.
|
The Management API lets you integrate functions such as creating and managing databases, permissions, and tokens into your workflow or application.
|
||||||
|
|
||||||
This documentation is generated from the
|
This documentation is generated from the
|
||||||
|
|
|
@ -2,7 +2,7 @@ openapi: 3.1.0
|
||||||
info:
|
info:
|
||||||
title: InfluxDB 3 Cloud Dedicated Management API
|
title: InfluxDB 3 Cloud Dedicated Management API
|
||||||
description: |
|
description: |
|
||||||
The Management API for InfluxDB 3 Cloud Dedicated provides a programmatic interface for managing a Cloud Dedicated instance.
|
The Management API for InfluxDB 3 Cloud Dedicated provides a programmatic interface for managing a Cloud Dedicated cluster.
|
||||||
The Management API lets you integrate functions such as creating and managing databases, permissions, and tokens into your workflow or application.
|
The Management API lets you integrate functions such as creating and managing databases, permissions, and tokens into your workflow or application.
|
||||||
|
|
||||||
This documentation is generated from the
|
This documentation is generated from the
|
||||||
|
|
|
@ -6,7 +6,7 @@ info:
|
||||||
interacting with InfluxDB 3 Core databases and resources.
|
interacting with InfluxDB 3 Core databases and resources.
|
||||||
Use this API to:
|
Use this API to:
|
||||||
|
|
||||||
- Write data stored in InfluxDB 3 Core databases
|
- Write data to InfluxDB 3 Core databases
|
||||||
- Query data using SQL or InfluxQL
|
- Query data using SQL or InfluxQL
|
||||||
- Process data using Processing engine plugins
|
- Process data using Processing engine plugins
|
||||||
- Manage databases, tables, and Processing engine triggers
|
- Manage databases, tables, and Processing engine triggers
|
||||||
|
|
|
@ -10,7 +10,7 @@ description: |
|
||||||
interacting with InfluxDB 3 Enterprise databases and resources.
|
interacting with InfluxDB 3 Enterprise databases and resources.
|
||||||
Use this API to:
|
Use this API to:
|
||||||
|
|
||||||
- Write data stored in InfluxDB 3 Enterprise databases
|
- Write data to InfluxDB 3 Enterprise databases
|
||||||
- Query data using SQL or InfluxQL
|
- Query data using SQL or InfluxQL
|
||||||
- Process data using Processing engine plugins
|
- Process data using Processing engine plugins
|
||||||
- Manage databases, tables, and Processing engine triggers
|
- Manage databases, tables, and Processing engine triggers
|
||||||
|
|
|
@ -135,7 +135,7 @@ Use the `influxdb3-core` Docker image to deploy {{< product-name >}} in a
|
||||||
Docker container.
|
Docker container.
|
||||||
The image is available for x86_64 (AMD64) and ARM64 architectures.
|
The image is available for x86_64 (AMD64) and ARM64 architectures.
|
||||||
|
|
||||||
### Using Docker CLI
|
### Use Docker CLI
|
||||||
|
|
||||||
<!--pytest.mark.skip-->
|
<!--pytest.mark.skip-->
|
||||||
```bash
|
```bash
|
||||||
|
@ -160,7 +160,7 @@ docker pull \
|
||||||
quay.io/influxdb/influxdb3-core:latest
|
quay.io/influxdb/influxdb3-core:latest
|
||||||
```
|
```
|
||||||
|
|
||||||
### Using Docker Compose
|
### Use Docker Compose
|
||||||
|
|
||||||
1. Open `compose.yaml` for editing and add a `services` entry for {{% product-name %}}--for example:
|
1. Open `compose.yaml` for editing and add a `services` entry for {{% product-name %}}--for example:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue