influxdb3 import list

The influxdb3 import list command lists bulk import jobs for a InfluxDB 3 Enterprise database.

Usage

influxdb3 import list [OPTIONS]

Options

OptionDescriptionDefaultEnvironment variable
--host <HOST_URL>Host URL of the InfluxDB 3 Enterprise serverhttp://127.0.0.1:8181INFLUXDB3_HOST_URL
--token <AUTH_TOKEN>Authentication tokenINFLUXDB3_AUTH_TOKEN
--database <DATABASE>Database name to list jobs forINFLUXDB3_DATABASE_NAME
--tls-ca <CA_CERT>Path to a custom TLS certificate authorityINFLUXDB3_TLS_CA
--tls-no-verifyDisable TLS certificate verification (not recommended in production)INFLUXDB3_TLS_NO_VERIFY
-h--helpPrint help information
--help-allPrint detailed help information

Examples

Replace the following:

  • DATABASE_NAME: the name of the database to list import jobs for
  • AUTH_TOKEN: your authentication token
influxdb3 import list \
  --host http://localhost:8181 \
  --token 
AUTH_TOKEN
\
--database
DATABASE_NAME

Was this page helpful?

Thank you for your feedback!