List database hosts
calagopus_list_database_hostsList external database servers where user databases are hosted, showing type, public host/port, and deployment state, with credentials redacted unless allowed.
Instructions
List the external database servers the panel hands out user databases on, with their type, public host/port and deployment state. Connection credentials are redacted unless CALAGOPUS_ALLOW_SECRETS is set. Requires database-hosts.read.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | 1-based page number. | |
| detail | No | summary returns the useful fields only; full returns the panel's complete record, which can be very large (a single server is ~15 KB, an egg ~13 KB). | summary |
| search | No | Free-text filter applied by the panel across the record's searchable columns. | |
| per_page | No | Records per page (max 100). |