From b2e91001972f74d9c6a1ca142eea6135c285cc63 Mon Sep 17 00:00:00 2001 From: Scott Anderson Date: Tue, 23 Apr 2024 08:05:17 -0600 Subject: [PATCH] Update content/influxdb/cloud-dedicated/admin/clusters/get.md --- .../influxdb/cloud-dedicated/admin/clusters/get.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/content/influxdb/cloud-dedicated/admin/clusters/get.md b/content/influxdb/cloud-dedicated/admin/clusters/get.md index e0025dbb6..232b5e59d 100644 --- a/content/influxdb/cloud-dedicated/admin/clusters/get.md +++ b/content/influxdb/cloud-dedicated/admin/clusters/get.md @@ -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 - ``` +{{% 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