pydo.databases.get_cluster()
Generated on 7 Jul 2026
from pydo version
v0.39.0
Usage
client.databases.get_cluster(
database_cluster_uuid="9cc10173-e9ea-4176-9dbc-a4cee4c4ff30",
)Description
To show information about an existing database cluster, send a GET request to /v2/databases/{database_cluster_uuid}.
The response will be a JSON object with a database key. This will be set to an object containing the standard database cluster attributes.
The embedded connection and private_connection objects will contain the information needed to access the database cluster. For multi-node clusters, the standby_connection and standby_private_connection objects contain the information needed to connect to the cluster’s standby node(s).
The embedded maintenance_window object will contain information about any scheduled maintenance for the database cluster.
Parameters
database_cluster_uuidstring requiredA unique identifier for a database cluster.
Request Sample
Response Example
More Information
See /v2/databases/{database_cluster_uuid} in the API reference for additional detail on responses, headers, parameters, and more.