influx dashboards

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
-i—idDashboard ID to retrievestring
—jsonOutput data as JSONINFLUX_OUTPUT_JSON
-o—orgOrganization namestringINFLUX_ORG
—org-idOrganization IDstringINFLUX_ORG_ID
—skip-verifySkip TLS certificate verification
-t—tokenAuthentication tokenstringINFLUX_TOKEN

Examples

  1. # List all dashboards
  2. influx dashboards
  3. # List all dashboards matching IDs
  4. influx dashboards -i $ID1 -i $ID2