-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
enhancementNew feature or requestNew feature or request
Description
The BNG Blaster Controller endpoint GET: /api/v1/instances/<instance-name>/<file-name> allows to download some files from test instances. Here it is recommended to download files only if test instance is not running to prevent downloading corrupted files. This can be checked by polling GET: /api/v1/instances/<instance-name>.
NOTE: The BNG Blaster Controller access those files read only, so they are not corrupted on the server but the loaded artefact might be corrupted.
As an enhancement, the controller should prevent access to at least the following files if the instance is still running:
- run_report.json
- run.pcap
Those files will be very likely corrupted if accessed while running.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request