influx dashboards

  • influx CLI 2.0.0+
  • InfluxDB 2.0.0+

The influx dashboards command lists existing InfluxDB dashboards.

Usage

  1. influx dashboards [flags]

Flags

FlagDescriptionInput typeMaps to ?
-c—active-configCLI configuration to use for commandstring
—configs-pathPath to influx CLI configurations (default ~/.influxdbv2/configs)stringINFLUX_CONFIGS_PATH
-h—helpHelp for the dashboards command
—hide-headersHide table headersINFLUX_HIDE_HEADERS
—hostHTTP address of InfluxDB (default http://localhost:8086)string$INFLUX_HOST
—http-debugInspect communication with InfluxDB servers.string
-i—idDashboard ID to retrievestringArray
—jsonOutput data as JSONINFLUX_OUTPUT_JSON
-o—orgOrganization name (mutually exclusive with —org-id)stringINFLUX_ORG
—org-idOrganization ID (mutually exclusive with —org)stringINFLUX_ORG_ID
—skip-verifySkip TLS certificate verificationINFLUX_SKIP_VERIFY
-t—tokenAPI tokenstringINFLUX_TOKEN

Examples

Authentication credentials

The examples below assume your InfluxDB host, organization, and token are provided by the active influx CLI configuration. If you do not have a CLI configuration set up, use the appropriate flags to provide these required credentials.

List all dashboards
  1. influx dashboards
List only specific dashboards
  1. influx dashboards \
  2. --id 068ad4a493f2d000 \
  3. --id 0623f2dabc000121