list_connection_pools
Retrieve connection pool details for a managed database to monitor and manage database connectivity resources.
Instructions
List connection pools for a managed database.
Args: database_id: The database ID or label
Returns: List of connection pools
Input Schema
| Name | Required | Description | Default | 
|---|---|---|---|
| database_id | Yes | 
Input Schema (JSON Schema)
{
  "properties": {
    "database_id": {
      "title": "Database Id",
      "type": "string"
    }
  },
  "required": [
    "database_id"
  ],
  "type": "object"
}