Update api-docs/influxdb3/clustered/v1-compatibility/swaggerV1Compat.yml
Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com>pull/6274/head
parent
33cae0b3e2
commit
4f0a7181ef
|
@ -65,7 +65,23 @@ paths:
|
||||||
schema:
|
schema:
|
||||||
type: string
|
type: string
|
||||||
required: true
|
required: true
|
||||||
description: Database to write to. If none exists, InfluxDB creates a database with a default 3-day retention policy.
|
description: |
|
||||||
|
The database to write to.
|
||||||
|
|
||||||
|
**Database targeting:** In InfluxDB Clustered, databases can be named using the `database_name/retention_policy_name` convention for InfluxQL compatibility. InfluxDB Clustered does not use DBRP mappings. The db and rp parameters are used to construct the target database name following this naming convention.
|
||||||
|
|
||||||
|
**Auto-creation behavior:** InfluxDB Clustered requires databases to be created before writing data. The v1 `/write` API does not automatically create databases. If the specified
|
||||||
|
database does not exist, the write request will fail.
|
||||||
|
|
||||||
|
Authentication: Requires a valid API token with _write_ permissions for the target database.
|
||||||
|
|
||||||
|
### Related
|
||||||
|
|
||||||
|
- [Write data to InfluxDB Clustered](/influxdb3/clustered/write-data/)
|
||||||
|
- [Use the InfluxDB v1 API with InfluxDB Clustered](/influxdb3/clustered/guides/api-compatibility/v1/)
|
||||||
|
- [Manage databases in InfluxDB Clustered](/influxdb3/clustered/admin/databases/)
|
||||||
|
- [InfluxQL DBRP naming convention in InfluxDB Clustered](/influxdb3/clustered/admin/databases/create/#influxql-dbrp-naming-convention)
|
||||||
|
- [Migrate data from InfluxDB v1 to InfluxDB Clustered](/influxdb3/clustered/guides/migrate-data/migrate-1x-to-clustered/)
|
||||||
- in: query
|
- in: query
|
||||||
name: rp
|
name: rp
|
||||||
schema:
|
schema:
|
||||||
|
|
Loading…
Reference in New Issue