Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

When exporting and importing Reports and Schedules, please consider the following points:

...

Info

The following steps refer to a 2022.7 version of the Dashboard as an example, please change the instructions to the version of the Dashboard you are using.

  • Install a clean version of 2022.7 dashboard

  • Import the 2022.7 files into the dashboard

  • Upgrade this dashboard to the latest version - this internally migrates/ upgrades everything to the latest structure

  • Export the files from the latest version of the Dashboard

...

Info

You can teardown this Dashboard afterwards because it’s only used for the migration.

The implementation covers:

Reports

  • exporting reports via the UI (allow ticking to select what to export)

  • exporting reports via the API (exports every item)

  • importing reports via the UI (allow ticking to select what to import)

  • importing reports via the API (imports every item and override)

  • API getting all reports' meta data -- (similar to charts, it doesn't include the details)

  • API getting one report's meta data

  • API deleting reports

  • API documentation for export import reports, GET and DELETE reports

Schedules

  • exporting schedules via the UI (allow ticking to select what to export)

  • exporting schedules via the API (exports every item)

  • importing schedules via the UI (allow ticking to select what to import)

  • importing schedules via the API (imports every item and override)

  • API getting all schedules' meta data

  • API getting one schedule's meta data

  • API deleting schedules

  • API documentation for export import schedules, GET and DELETE schedules

...