Postgres Clusters
Get Postgres Cluster
Get details of a specific Managed Postgres cluster.
get/postgres/{postgres_cluster_id}
Path parameters
postgres_cluster_idstring required
Managed Postgres Cluster ID
Response
OK
Example response
{
"data": {
"cpu_kind": "shared",
"cpus": 2,
"disk_size_gb": 10,
"memory_mb": 1024,
"pg_major_version": "17",
"plan": "basic",
"region": "iad",
"replicas": 1,
"status": "ready"
}
}