Get a node sub-resource
calagopus_get_node_resourceFetch a specific facet of a node—servers, allocations, backups, mounts, capacity, database hosts, transfers, or live system stats/logs—from the Calagopus panel. Returns summary or full detail.
Instructions
Fetch one facet of a node: the servers on it, its allocations (all, free, or just the IPs), backups, mounts, capacity headroom, attached database hosts, in-flight transfers, or live system overview/stats/logs from the wings daemon. The system_* facets require the node to be online.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node | Yes | Node UUID. | |
| 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 node to fetch. |