GET v2/databases/{database_cluster_uuid}/pools/{pool_name}

digitalocean.com

Summary: Retrieve Existing Connection Pool (PostgreSQL)
Operation ID: databases_get_connectionPool
Auth: unknown
Description

To show information about an existing connection pool for a PostgreSQL database cluster, send a GET request to `/v2/databases/$DATABASE_ID/pools/$POOL_NAME`. The response will be a JSON object with a `pool` key.

Parameters (1)

pool_name (string, path, required)

The name used to identify the connection pool.

No probe data for this endpoint yet.