List database agent templates
calagopus_list_database_agent_templatesList database agent templates by engine type, Docker images, and CPU/memory/disk allocations. Supports pagination, search, and full detail views.
Instructions
List the templates the database agent provisions instances from: engine type, docker images, and the CPU/memory/disk each instance gets. Requires database-agent-templates.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). | |
| template | No | Template UUID — list the instances created from it instead. |