Update content/shared/influxdb-v2/query-data/execute-queries/influx-api.md

api-query-examples
Jason Stirnaman 2025-05-23 16:21:22 -05:00 committed by GitHub
parent 68b381d525
commit c87b860126
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -188,6 +188,6 @@ curl --get "http://{{< influxdb/host >}}/query" \
Replace the following with your values: Replace the following with your values:
- {{% code-placeholder-key %}}`API_TOKEN`{{% /code-placeholder-key %}} - your [token](/influxdb/version/admin/tokens/). - {{% code-placeholder-key %}}`API_TOKEN`{{% /code-placeholder-key %}} - your [token](/influxdb/version/admin/tokens/).
- {{% code-placeholder-key %}}`BUCKET_NAME`{{% /code-placeholder-key %}} - the name of the [bucket](/influxdb/version/admin/buckets/) to create. - {{% code-placeholder-key %}}`BUCKET_NAME`{{% /code-placeholder-key %}} - the name of the [bucket](/influxdb/version/admin/buckets/) to query.
InfluxDB returns the query results in [annotated CSV](/influxdb/version/reference/syntax/annotated-csv/). InfluxDB returns the query results in [annotated CSV](/influxdb/version/reference/syntax/annotated-csv/).