Get a server
calagopus_get_serverRetrieves a server's summary or full details by UUID or external ID from the Calagopus panel.
Instructions
Fetch one server by UUID (full or short), or by external ID. detail: "full" adds the complete egg, node and owner records plus the startup command and every limit.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| by | No | Which identifier `server` holds. | uuid |
| 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 |
| server | Yes | Server UUID, short UUID, or external ID when `by` is 'external'. |