parent
8289c95ef9
commit
e037d94b92
|
@ -132,6 +132,7 @@ Include the following:
|
|||
|
||||
{{< req type="key" >}}
|
||||
|
||||
- {{< req "\*" >}} **org** and **token** to authenticate. We recommend setting your organization and token to your active InfluxDB connection configuration in the influx CLI, so you don't have to add these parameters to each command. To set up your active InfluxDB configuration, see [`influx config set`](/influxdb/v2.0/reference/cli/influx/config/set/).
|
||||
- {{< req "\*" >}} **database name** to map
|
||||
- {{< req "\*" >}} **retention policy** name to map
|
||||
- {{< req "\*" >}} [Bucket ID](/influxdb/v2.0/organizations/buckets/view-buckets/#view-buckets-in-the-influxdb-ui) to map to
|
||||
|
|
|
@ -27,8 +27,8 @@ requests to InfluxDB 1.x compatibility endpoints.
|
|||
### 1.x-compatible authorizations
|
||||
1.x-compatible authorizations include the following credentials:
|
||||
|
||||
- **username**: InfluxDB username
|
||||
- **password**: InfluxDB [authentication token](/influxdb/v2.0/security/tokens/)
|
||||
- **username (`-u`)**: InfluxDB 1.x username
|
||||
- **password (`-p`)**: InfluxDB 1.x password
|
||||
|
||||
For information about creating and managing 1.x-compatible authorizations, see:
|
||||
|
||||
|
|
Loading…
Reference in New Issue