You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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:
Questions:
The text was updated successfully, but these errors were encountered: