|
12 | 12 | summary: The InfluxDB v2 HTTP API for InfluxDB Cloud Dedicated provides a v2-compatible programmatic interface for writing data stored in an InfluxDB Cloud Dedicated database.
|
13 | 13 | version: ''
|
14 | 14 | servers:
|
15 |
| - - url: https://{baseurl} |
16 |
| - description: InfluxDB Cloud Dedicated API URL |
17 |
| - variables: |
18 |
| - baseurl: |
19 |
| - enum: |
20 |
| - - cluster-id.a.influxdb.io |
21 |
| - default: cluster-id.a.influxdb.io |
22 |
| - description: InfluxDB Cloud Dedicated URL |
| 15 | + - url: / |
23 | 16 | security:
|
24 | 17 | - BearerAuthentication: []
|
25 | 18 | - TokenAuthentication: []
|
@@ -150,7 +143,7 @@ paths:
|
150 | 143 | get:
|
151 | 144 | description: |
|
152 | 145 | Reports the InfluxQL bridge querier health and the InfluxDB version of the instance.
|
153 |
| - |
| 146 | +
|
154 | 147 | The response is a HTTP `204` status code to inform you the querier is available.
|
155 | 148 |
|
156 | 149 | For InfluxDB Cloud Dedicated, this endpoint only checks the status of queriers; doesn't check the status of ingesters.
|
@@ -188,7 +181,7 @@ paths:
|
188 | 181 | head:
|
189 | 182 | description: |
|
190 | 183 | Reports the InfluxQL bridge querier health and the InfluxDB version of the instance.
|
191 |
| - |
| 184 | +
|
192 | 185 | The response is a HTTP `204` status code to inform you the querier is available.
|
193 | 186 |
|
194 | 187 | For InfluxDB Cloud Dedicated, this endpoint only checks the status of queriers; doesn't check the status of ingesters.
|
@@ -1243,9 +1236,9 @@ components:
|
1243 | 1236 | properties:
|
1244 | 1237 | results:
|
1245 | 1238 | description: |
|
1246 |
| - A resultset object that contains the `statement_id` and the `series` array. |
| 1239 | + A resultset object that contains the `statement_id` and the `series` array. |
1247 | 1240 |
|
1248 |
| - Except for `statement_id`, all properties are optional and omitted if empty. If a property is not present, it is assumed to be `null`. |
| 1241 | + Except for `statement_id`, all properties are optional and omitted if empty. If a property is not present, it is assumed to be `null`. |
1249 | 1242 | items:
|
1250 | 1243 | properties:
|
1251 | 1244 | error:
|
@@ -1294,12 +1287,12 @@ components:
|
1294 | 1287 | type: integer
|
1295 | 1288 | type: object
|
1296 | 1289 | oneOf:
|
1297 |
| - - required: |
1298 |
| - - statement_id |
1299 |
| - - error |
1300 |
| - - required: |
1301 |
| - - statement_id |
1302 |
| - - series |
| 1290 | + - required: |
| 1291 | + - statement_id |
| 1292 | + - error |
| 1293 | + - required: |
| 1294 | + - statement_id |
| 1295 | + - series |
1303 | 1296 | type: array
|
1304 | 1297 | type: object
|
1305 | 1298 | IntegerLiteral:
|
|
0 commit comments