Get a server sub-resource
calagopus_get_server_resourceFetch a specific server facet such as allocations, backups, or logs, with options for pagination, search, and detail level.
Instructions
Fetch one facet of a server: its allocations, egg variables, backups, databases, database instances, mounts, or its console and install logs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | 1-based page number. | |
| lines | No | For logs and install_logs only: how many trailing lines to return. | |
| 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. | |
| server | Yes | Server UUID. | |
| per_page | No | Records per page (max 100). | |
| resource | Yes | Which facet of the server to fetch. |