Skip to main content

Viewing and Downloading Bundles

To view, manage, and download System bundles in the Bundle Registry, go to SYSTEMS >> Your System >> Deployments tab. The Deployments tab displays the System's bundles as well as the System's agents (see View Agent Statuses for more details).

The Bundles section displays the current active bundle with an Active label and green border. Systems using separate policy and data bundles will display both the active policy bundle and active data bundle.

Expand the Bundles section to view all bundles in the Bundle Registry for that System.

Each bundle record displays:

  • the bundle type (policy or data),
  • the bundle version number,
  • the activated time,
  • the bundle build timestamp,
  • the minimum required OPA version,
  • a download button with the bundle revision digest, and
  • a copy bundle revision digest button

Tenants with the bundle promotion feature enabled additionally display a more (...) button on each bundle record to access bundle promotion actions.

To download a bundle in the UI for local use, click the download button for that bundle.

To download a bundle via the API, run the following command:

curl -XGET -H "Authorization: Bearer ${STYRA_API_TOKEN}" https://<das-id>.styra.com/v1/bundles/systems/<system-id> > bundle.tar.gz