/  Yamcs CLI  /  yamcs parameter-archive

yamcs parameter-archive

Synopsis

yamcs parameter-archive rebuild <START> <STOP>
yamcs parameter-archive purge

Description

Manipulate the Parameter Archive.

Commands

rebuild

Rebuild the Parameter Archive.

This operation must be constrained by using the START and STOP options. These values are only hints to the Parameter Archive, which will extend the requested range based on archive segmentation.

Rebuild run as an asynchronous operation: this command will not await the outcome.

purge

Remove all data from the Parameter Archive

Options

<START>

With rebuild, date specification in ISO format or as detailed under Timestamps.

<STOP>

With rebuild, date specification in ISO format or as detailed under Timestamps.

Timestamps

When parsing timestamps, yamcs-cli accepts a specification in ISO format. The following special patterns are also recognised:

  • now: current time

  • now UTC: current UTC time

  • today: 00:00:00 of the current day

  • today UTC: 00:00:00 UTC of the current day

  • yesterday: 00:00:00 of the day before

  • yesterday UTC: 00:00:00 UTC of the day before

  • tomorrow: 00:00:00 of the next day

  • tomorrow UTC: 00:00:00 UTC of the next day