Get a database host
calagopus_get_database_hostFetch a database host by UUID from the Calagopus panel, or list its databases by enabling the 'databases' flag.
Instructions
Fetch one database host by UUID. Set databases: true to list the databases currently provisioned on it instead.
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). | |
| databases | No | List the databases on this host instead of the host record. | |
| database_host | Yes | Database host UUID. |