SovereignCloudStack / issues

This repository is used for issues that are cross-repository or not bound to a specific repository.
https://github.com/orgs/SovereignCloudStack/projects/6
2 stars 1 forks source link

Export and import of data via api call #592

Open fkr opened 5 months ago

fkr commented 5 months ago

As someone who runs an instance of the Status Page API server, it would be very convenient, if I have one API call to export all my data.

The export would server a file that can be run either from a shell (and then includes the proper curl or httpie calls) or result on a file that can be loaded into bruno.

@snkaupe came up with this idea in yesterdays Sprint Review & Planning session.

Definition of Ready:

Definition of Done:

joshuai96 commented 5 months ago

The status page API server loads it's inital values from a provisioning.yaml file. Maybe an export function can export a .yaml file that can be used as the next inital starting point of the status page API server deployment?

Runing Instance -> export -> .yaml -> New instance -> API server sets up the database