Pipeline metadata
Use the information on this page to access pipeline metadata.
Get pipeline IDs
After you create a pipeline, Telemetry Pipeline assigns that pipeline a unique numerical ID.
To retrieve a list of IDs for all pipelines associated with a Core Instance, run the following Pipeline CLI command:
calyptia get pipelines --core-instance INSTANCE --show-idsReplace INSTANCE with the name of your Core Instance.
Back up pipeline configuration files
Requires Pipeline CLI version 3.17.0 or later.
You can run the following script to back up the configuration files for each pipeline across all of your Core Instances:
curl -sSfL https://raw.githubusercontent.com/chronosphereio/calyptia-cli/refs/heads/main/dump-all-pipelines.sh | bashThe resulting configuration files are stored in your current working directory, with a subfolder for each Core Instance that contains the configuration files for all of its associated pipelines.