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
We want to store the hard drive details (vendor, serial, size, ...etc.) where the footage are stored.
The idea is whenever a new run is created, we should lookup the hard drive details and save them if it's not already there. The run should have another field called disk_id.
We need also to add an endpoint /system-information/disks to get the available storage devices (not that this will only return disks that have footage stored on it, note all the available devices on the system. This should made clear in the openapi documentation)
The text was updated successfully, but these errors were encountered:
We want to store the hard drive details (vendor, serial, size, ...etc.) where the footage are stored.
The idea is whenever a new
run
is created, we should lookup the hard drive details and save them if it's not already there. Therun
should have another field calleddisk_id
.We need also to add an endpoint
/system-information/disks
to get the available storage devices (not that this will only return disks that have footage stored on it, note all the available devices on the system. This should made clear in the openapi documentation)The text was updated successfully, but these errors were encountered: