/  Yamcs CLI  /  yamcs parameter-archive

yamcs parameter-archive

Synopsis

yamcs parameter-archive rebuild [-s <DATE>, --since <DATE>]
[-u <DATE>, --until <DATE>]
yamcs parameter-archive purge
yamcs parameter-archive backfilling enable
yamcs parameter-archive backfilling disable

Description

Manage the Parameter Archive.

Commands

rebuild

Rebuild the Parameter Archive.

This operation may be constrained by using the --since and --until 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

backfilling

Enable or disable backfilling in the Parameter Archive

Options

-s <DATE>, --since <DATE>

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

-u <DATE>, --until <DATE>

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