influxdb3 import list
The influxdb3 import list command lists bulk import jobs for a
InfluxDB 3 Enterprise database.
Usage
influxdb3 import list [OPTIONS]Options
| Option | Description | Default | Environment variable | |
|---|---|---|---|---|
--host <HOST_URL> | Host URL of the InfluxDB 3 Enterprise server | http://127.0.0.1:8181 | INFLUXDB3_HOST_URL | |
--token <AUTH_TOKEN> | Authentication token | INFLUXDB3_AUTH_TOKEN | ||
--database <DATABASE> | Database name to list jobs for | INFLUXDB3_DATABASE_NAME | ||
--tls-ca <CA_CERT> | Path to a custom TLS certificate authority | INFLUXDB3_TLS_CA | ||
--tls-no-verify | Disable TLS certificate verification (not recommended in production) | INFLUXDB3_TLS_NO_VERIFY | ||
-h | --help | Print help information | ||
--help-all | Print detailed help information |
Examples
Replace the following:
DATABASE_NAME: the name of the database to list import jobs forAUTH_TOKEN: your authentication token
influxdb3 import list \
--host http://localhost:8181 \
--token AUTH_TOKEN \
--database DATABASE_NAMEWas this page helpful?
Thank you for your feedback!
Support and feedback
Thank you for being part of our community! We welcome and encourage your feedback and bug reports for InfluxDB 3 Enterprise and this documentation. To find support, use the following resources:
Customers with an annual or support contract can contact InfluxData Support. Customers using a trial license can email trial@influxdata.com for assistance.