snapshot_inram
Load or query positions of in-RAM snapshots in a ring buffer. Position 0 is the oldest.
Instructions
Access ZEsarUX in-RAM ("Time Machine") snapshots — an automatic ring buffer. Supports "load" (snapshot-inram-load) and "get_index" (snapshot-inram-get-index); position 0 is the oldest. Saving/listing/deleting are NOT supported over ZRCP.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | 'load' = snapshot-inram-load <position>; 'get_index' = snapshot-inram-get-index <position> (0 = oldest). | |
| index | Yes | Ring-buffer position (0 = oldest). Required for both load and get_index. |