Skip to main content
Version: 1.3.1

Reports

SAFE On-Prem can show reports generated by SAFE.

Overview page

Upload a report

note

Only workspace admins can upload reports.

  1. To upload a report, navigate to the "Reports" page.
The home page
  1. Click on the "Upload report" button in the top right corner. A window will appear.
Report upload window
  1. Click on "Choose File" and select the report you want to upload. You can upload multiple files at a time (max 10).

  2. Click on the "Upload" button. The reports will appear on the Reports page.

The Overview page with a report uploaded

Send reports via Rest API

SAFE On-Prem also supports uploading reports via Rest API. You can use the following endpoint to upload reports programmatically:

POST /api/reports

Here is an example of how to upload a report using curl:

curl -X POST \
-H "Content-Type: application/json" \
-d @path/to/my_report.safe \
http://localhost:4000/api/reports