File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed
cloud-dedicated/management Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
title : InfluxDB 3 Cloud Dedicated Management API
2
2
x-influxdata-short-title : Management API
3
3
description : |
4
- The Management API for InfluxDB 3 Cloud Dedicated provides a programmatic interface for managing a Cloud Dedicated instance .
4
+ The Management API for InfluxDB 3 Cloud Dedicated provides a programmatic interface for managing a Cloud Dedicated cluster .
5
5
The Management API lets you integrate functions such as creating and managing databases, permissions, and tokens into your workflow or application.
6
6
7
7
This documentation is generated from the
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ openapi: 3.1.0
2
2
info :
3
3
title : InfluxDB 3 Cloud Dedicated Management API
4
4
description : |
5
- The Management API for InfluxDB 3 Cloud Dedicated provides a programmatic interface for managing a Cloud Dedicated instance .
5
+ The Management API for InfluxDB 3 Cloud Dedicated provides a programmatic interface for managing a Cloud Dedicated cluster .
6
6
The Management API lets you integrate functions such as creating and managing databases, permissions, and tokens into your workflow or application.
7
7
8
8
This documentation is generated from the
Original file line number Diff line number Diff line change 6
6
interacting with InfluxDB 3 Core databases and resources.
7
7
Use this API to:
8
8
9
- - Write data stored in InfluxDB 3 Core databases
9
+ - Write data to InfluxDB 3 Core databases
10
10
- Query data using SQL or InfluxQL
11
11
- Process data using Processing engine plugins
12
12
- Manage databases, tables, and Processing engine triggers
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ description: |
10
10
interacting with InfluxDB 3 Enterprise databases and resources.
11
11
Use this API to:
12
12
13
- - Write data stored in InfluxDB 3 Enterprise databases
13
+ - Write data to InfluxDB 3 Enterprise databases
14
14
- Query data using SQL or InfluxQL
15
15
- Process data using Processing engine plugins
16
16
- Manage databases, tables, and Processing engine triggers
Original file line number Diff line number Diff line change @@ -135,7 +135,7 @@ Use the `influxdb3-core` Docker image to deploy {{< product-name >}} in a
135
135
Docker container.
136
136
The image is available for x86_64 (AMD64) and ARM64 architectures.
137
137
138
- ### Using Docker CLI
138
+ ### Use Docker CLI
139
139
140
140
<!--pytest.mark.skip-->
141
141
```bash
@@ -160,7 +160,7 @@ docker pull \
160
160
quay.io/influxdb/influxdb3-core:latest
161
161
```
162
162
163
- ### Using Docker Compose
163
+ ### Use Docker Compose
164
164
165
165
1. Open `compose.yaml` for editing and add a `services` entry for {{% product-name %}}--for example:
166
166
You can’t perform that action at this time.
0 commit comments