Update content/influxdb/cloud-dedicated/admin/clusters/get.md

pull/5434/head
Scott Anderson 2024-04-23 08:05:17 -06:00 committed by GitHub
parent e74eaff948
commit b2e9100197
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 8 additions and 3 deletions

View File

@ -22,9 +22,14 @@ to view information about your {{< product-name omit=" Clustered" >}} cluster.
- Cluster ID
- _Optional_: [Output format](#output-formats)
```sh
influxctl cluster get --format table <CLUSTER_ID>
```
{{% code-placeholders "CLUSTER_ID" %}}
```sh
influxctl cluster get --format table CLUSTER_ID
```
{{% /code-placeholders %}}
Replace {{% code-placeholder-key %}}`CLUSTER_ID` {{% /code-placeholder-key %}} with the
ID of the cluster you want to view information about.
### Output formats