pull/1592/head
kelseiv 2020-10-02 16:32:32 -07:00 committed by GitHub
parent 4d6dbab397
commit 20b64744dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ To query a mapped bucket with InfluxQL, use the `/query` 1.x compatibility endpo
- InfluxDB [authentication token](/influxdb/v2.0/security/tokens/)
_(See [compatibility API authentication](/influxdb/v2.0/reference/api/influxdb-1x/#authentication))_
- **db query parameter**: 1.x database to query
- **rp query parameter**: 1.x retention policy to query; If no retention policy is specified, InfluxDB uses the default retention policy for the specified database.
- **rp query parameter**: 1.x retention policy to query; if no retention policy is specified, InfluxDB uses the default retention policy for the specified database.
- **q query parameter**: InfluxQL query
{{% note %}}