Get a database agent host sub-resource
calagopus_get_database_agent_host_resourceRetrieve a specific facet of a database agent host: instances, capacity, config, or live system overview/stats. Specify the resource to fetch the exact data required.
Instructions
Fetch one facet of a database agent host: the database instances running on it, its remaining capacity, its agent config, or live system overview/stats. The instances, capacity and system_* facets need the agent to be reachable.
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). | |
| resource | Yes | Which facet of the agent host to fetch. | |
| database_agent_host | Yes | Database agent host UUID. |