Add view dashboard ID info
parent
1054f67578
commit
14fff56b49
|
@ -8,14 +8,16 @@ menu:
|
||||||
parent: Visualize data
|
parent: Visualize data
|
||||||
weight: 102
|
weight: 102
|
||||||
aliases:
|
aliases:
|
||||||
- /v2.0/visualize-data/dashboards/
|
- /influxdb/v2.0/visualize-data/dashboards/
|
||||||
---
|
---
|
||||||
|
|
||||||
Create, edit, and manage dashboards from the **Dashboards** tab in the left navigation.
|
Create, edit, and manage dashboards from the **Dashboards** tab in the left navigation.
|
||||||
|
|
||||||
{{< children >}}
|
{{< children >}}
|
||||||
|
|
||||||
|
|
||||||
## View your dashboard ID
|
## View your dashboard ID
|
||||||
|
|
||||||
Use the InfluxDB UI or `influx` CLI to view your dashboard ID.
|
Use the InfluxDB UI or `influx` CLI to view your dashboard ID.
|
||||||
|
|
||||||
### Dashboard ID in the UI
|
### Dashboard ID in the UI
|
||||||
|
@ -31,7 +33,6 @@ Use [`influx dashboards`](/v2.0/reference/cli/influx/dashboards/) to view a list
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
> influx dashboards
|
> influx dashboards
|
||||||
|
|
||||||
ID Name
|
ID Name
|
||||||
03a2bbf46249a000 dashboard-1
|
03a2bbf46249a000 dashboard-1
|
||||||
03ace3a859669000 dashboard-2
|
03ace3a859669000 dashboard-2
|
||||||
|
|
Loading…
Reference in New Issue