-
Notifications
You must be signed in to change notification settings - Fork 40
Open
Labels
Description
when a manufacturer initialises many devices it's either gonna have OVs in files or in the database. Since the manufacturer has to move these OVs to the device owner, it'd be handy to have an export functioinality that exports a tarball with all the OVs. We can start with just that and have an API that does only that and expand in the future if other, more complex, queries and functions are needed.
What we need could be:
- a REST API
- authentication
- ability to export all the OVs as a tarball
Questions:
- do we care about tarball size?
- what do we do with the OVs server-side? do we delete them? there's no delete API or mgmt solution right now anyway