Skip to main content

View database cluster information

The cluster detail page is where you find the connection endpoint and credentials your application needs, alongside the cluster's current state and resource configuration.

Open the detail page

Log in to the Console Portal, then navigate to Database PlatformAll Database or Non-Relational Database. Select the Cluster ID and open the Overview tab.

Cluster Overview tab

What each section shows

SectionInformation
Overview (header)Cluster ID, status, current vCPU–RAM–Storage, engine type, engine version, creation time
Basic InformationCluster name, database type, version, endpoint (domain/IP), port, network/subnet, architecture type
Service InformationEnabled state of the Backup, Monitoring, and Vertical Scaling services
Engine InformationDefault database name and the default account credentials (username and password)
Data Nodes ConfigurationStorage policy, node count, and current resource configuration per node
List InstancesEvery node in the cluster — name, role (Primary/Replica), resources, status, creation and last-update times

Basic Information and Engine Information together give you everything needed for a connection string: endpoint, port, database name, username, and password.

Reading the instance list

For a Replica Set, the Role column identifies which node is currently Primary. This changes on failover — it is a live view, not a fixed assignment. A Single Node cluster has one entry and no meaningful role.

Warnings on this page

The detail page surfaces conditions that need your action. The most common is a restart requirement after compute scale-down: reducing vCPU or RAM restarts the engine automatically, but some changes wait for a manual restart before taking effect.

note

Viewing the administrative password requires the FDE service-type permission. If credentials appear masked, your role does not grant it — see Configure IAM.

Next steps