This page describes how to view detailed information about an AlloyDB cluster.
Before you begin
- The Google Cloud project you are using must have been enabled to access AlloyDB.
- You must have one of these IAM roles in the Google Cloud project you are using:
roles/alloydb.admin
(the AlloyDB Admin predefined IAM role)roles/owner
(the Owner basic IAM role)roles/editor
(the Editor basic IAM role)
If you don't have any of these roles, contact your Organization Administrator to request access.
Procedure
Console
- In the Google Cloud console, go to the Clusters page.
- Click a cluster in the Resource Name column.
- In the Overview page that opens, view the detailed information about your cluster.
gcloud
To use the gcloud CLI, you can install and initialize the Google Cloud CLI, or you can use Cloud Shell.
Use the clusters describe
command to view details about a
cluster.
gcloud alloydb clusters describe CLUSTER_ID \ --region=REGION_ID \ --project=PROJECT_ID
- CLUSTER_ID: The ID of the cluster.
- REGION_ID: The region where the cluster is placed.
- PROJECT_ID: The ID of the project where the cluster is placed.