Addressed PR feedback
parent
3e393cf491
commit
c63a94b65e
|
@ -14,18 +14,16 @@ Create, edit, and manage dashboards from the **Dashboards** tab in the left navi
|
||||||
{{< children >}}
|
{{< children >}}
|
||||||
|
|
||||||
## View your dashboard ID
|
## View your dashboard ID
|
||||||
Use the InfluxDB UI or `influx` CLI to view your organization ID.
|
Use the InfluxDB UI or `influx` CLI to view your dashboard ID.
|
||||||
|
|
||||||
### Dashboard ID in the UI
|
### Dashboard ID in the UI
|
||||||
|
|
||||||
When viewing a dashboard in the InfluxDB UI, your organization ID appears in the URL.
|
When viewing a dashboard in the InfluxDB UI, your dashboard ID appears in the URL.
|
||||||
|
|
||||||
|
|
||||||
<pre class="highlight">
|
<pre class="highlight">
|
||||||
http://localhost:9999/orgs/03a2bbf46249a000/dashboards/<span class="bp" style="font-weight:bold;margin:0 .15rem">04b6b15034cc000</span>/...
|
http://localhost:9999/orgs/03a2bbf46249a000/dashboards/<span class="bp" style="font-weight:bold;margin:0 .15rem">04b6b15034cc000</span>/...
|
||||||
</pre>
|
</pre>
|
||||||
|
|
||||||
|
|
||||||
### Dashboard ID in the CLI
|
### Dashboard ID in the CLI
|
||||||
Use [`influx dashboards`](/v2.0/reference/cli/influx/dashboards/) to view a list of dashboards and IDs.
|
Use [`influx dashboards`](/v2.0/reference/cli/influx/dashboards/) to view a list of dashboards and IDs.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue