Add view dashboard ID info
parent
9d2919e8ff
commit
0ef44783d6
|
@ -8,14 +8,16 @@ menu:
|
|||
parent: Visualize data
|
||||
weight: 102
|
||||
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.
|
||||
|
||||
{{< children >}}
|
||||
|
||||
|
||||
## View your dashboard ID
|
||||
|
||||
Use the InfluxDB UI or `influx` CLI to view your dashboard ID.
|
||||
|
||||
### Dashboard ID in the UI
|
||||
|
@ -31,7 +33,6 @@ Use [`influx dashboards`](/v2.0/reference/cli/influx/dashboards/) to view a list
|
|||
|
||||
```sh
|
||||
> influx dashboards
|
||||
|
||||
ID Name
|
||||
03a2bbf46249a000 dashboard-1
|
||||
03ace3a859669000 dashboard-2
|
||||
|
|
Loading…
Reference in New Issue