List eggs
calagopus_list_eggsList server templates (eggs) from a Calagopus panel, optionally filtered by nest UUID. Supports pagination, search, and summary or full detail output.
Instructions
List eggs (server templates). Omit nest to get every egg on the panel grouped by nest; pass a nest UUID to page through just that nest's eggs. The summary drops the install script and the upstream repository copy — ask for a single egg with detail 'full' when you need those. Requires eggs.read.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| nest | No | Nest UUID. Omit to list every egg on the panel, grouped by nest. | |
| 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). |