文档文档

influx bucket-schema list (列出存储桶模式)

Works with InfluxDB Cloud bucket schemas (适用于 InfluxDB Cloud 存储桶模式)

influx bucket-schema and its subcommands work with InfluxDB Cloud bucket schemas. This feature is not available in InfluxDB OSS v2.3.(influx bucket-schema 及其子命令适用于 InfluxDB Cloud 存储桶模式。 此功能在 InfluxDB OSS v2.3 中不可用。)

The influx bucket-schema list command lists the schemas of an InfluxDB bucket that has the explicit schema-type.(influx bucket-schema list 命令列出具有 explicit schema-type 的 InfluxDB 存储桶的模式。)

Usage (用法)

influx bucket-schema list [flags]

Flags (标志)

Flag (标志)Description (描述)Input type (输入类型)Maps to ?(映射到 ?
-c--active-configCLI configuration to use for command (用于命令的 CLI 配置)string (字符串)
-n--bucketBucket name (mutually exclusive with --bucket-id) (存储桶名称 (与 --bucket-id 互斥))string (字符串)
-i--bucket-idBucket ID (mutually exclusive with --bucket) (存储桶 ID (与 --bucket 互斥))string (字符串)
--configs-pathPath to influx CLI configurations (default ~/.influxdbv2/configs) (influx CLI 配置的路径 (默认为 ~/.influxdbv2/configs))string (字符串)INFLUX_CONFIGS_PATH
-x--extended-outputPrint column information for each measurement schema (default: false) (为每个测量模式打印列信息 (默认为:false))
-h--helpHelp for the create command (create 命令的帮助)
--hide-headersHide table headers (default false) (隐藏表格标题 (默认为 false))INFLUX_HIDE_HEADERS
--hostHTTP address of InfluxDB (default https://127.0.0.1:8086) (InfluxDB 的 HTTP 地址 (默认为 https://127.0.0.1:8086))string (字符串)INFLUX_HOST
--jsonOutput data as JSON (default false) (将数据输出为 JSON (默认为 false))INFLUX_OUTPUT_JSON
-n--nameMeasurement name (测量名称)string (字符串)
-o--orgOrganization name (mutually exclusive with --org-id) (组织名称 (与 --org-id 互斥))string (字符串)INFLUX_ORG
--org-idOrganization ID (mutually exclusive with --org) (组织 ID (与 --org 互斥))string (字符串)INFLUX_ORG_ID
--skip-verifySkip TLS certificate verification (跳过 TLS 证书验证)INFLUX_SKIP_VERIFY
-t--tokenAPI token (API 令牌)string (字符串)INFLUX_TOKEN

Examples (示例)

Authentication credentials (身份验证凭据)

The examples below assume your InfluxDB host, organization, and token are provided by either the active influx CLI configuration or by environment variables (INFLUX_HOST, INFLUX_ORG, and INFLUX_TOKEN). If you do not have a CLI configuration set up or the environment variables set, include these required credentials for each command with the following flags(以下示例假设您的 InfluxDB **host**、 **organization** 和 **token** 由 激活的 influx CLI 配置 或环境变量 (INFLUX_HOST, INFLUX_ORG, and INFLUX_TOKEN) 提供。 如果您没有设置 CLI 配置或设置环境变量,请使用以下标志为每个命令包含这些必需的凭据)

  • --host: InfluxDB host--host: InfluxDB 主机
  • -o, --org or --org-id: InfluxDB organization name or ID(-o, --org or --org-id: InfluxDB 组织名称或 ID)
  • -t, --token: InfluxDB API token(-t, --token: InfluxDB API 令牌)

List all schemas of a bucket and print column information (列出存储桶的所有模式并打印列信息)

influx bucket-schema list \
  --bucket example-bucket
  --extended-output
influx bucket-schema list \
  --bucket example-bucket \
  --name cpu \
  --extended-output

Was this page helpful? (此页面是否对您有帮助?)

Thank you for your feedback! (感谢您的反馈!)


The future of Flux (Flux 的未来)

Flux is going into maintenance mode. You can continue using it as you currently are without any changes to your code.(Flux 即将进入维护模式。 您可以像现在一样继续使用它,而无需对代码进行任何更改。)

Read more (阅读更多)

InfluxDB 3 Open Source Now in Public Alpha (InfluxDB 3 开源版现已进入公共 Alpha 测试阶段)

InfluxDB 3 Open Source is now available for alpha testing, licensed under MIT or Apache 2 licensing.(InfluxDB 3 开源版现已可用于 Alpha 测试,并根据 MIT 或 Apache 2 许可获得许可。)

We are releasing two products as part of the alpha. (我们正在发布两个产品作为 Alpha 测试的一部分。)

InfluxDB 3 Core 是我们新的开源产品。 它是一个用于时间序列和事件数据的最新数据引擎。 InfluxDB 3 Enterprise 是一个商业版本,它建立在 Core 的基础上,增加了历史查询能力、只读副本、高可用性、可扩展性和细粒度的安全性。

有关如何开始使用的更多信息,请查看