pydo.databases.list_connection_pools()
Generated on 3 Aug 2026
from pydo version
v0.40.0
Usage
client.databases.list_connection_pools(
database_cluster_uuid="9cc10173-e9ea-4176-9dbc-a4cee4c4ff30",
)Description
To list all of the connection pools available to a PostgreSQL database cluster, send a GET request to /v2/databases/{database_cluster_uuid}/pools.
The result will be a JSON object with a pools key. This will be set to an array of connection pool objects.
Parameters
database_cluster_uuidstring requiredA unique identifier for a database cluster.
Request Sample
Response Example
More Information
See /v2/databases/{database_cluster_uuid}/pools in the API reference for additional detail on responses, headers, parameters, and more.