Export Audits Report
Read audit report and transform to XLSX.
This Flow creates a spreadsheets based on the Audit Reports and save it XLSX or CSV.
How It Works¶
The steps are as follow:
- An internal gRPC call to the Audit Reports service: the method reports.ReportsService.ListSharedResources
is identified by {PackageName}.{ProtobufService}.{ProtobufMethod}, sent in JSON and the result is returned in JSON as well.
- Transform the JSON of the previous step into XLSX or CSV using the "Data Transformation" tool: define the destination columns using JSONPath or Go Template to point to the source data.
- Finally store the file.
Parameters¶
Name | Type | Default | Mandatory | Description |
---|---|---|---|---|
OutputPath | text | personal/admin/audit-export-{{now | date "2006-01-02"}}.xlsx | true | Where to store the output. |
RequestLimit | integer | 1000 | true | Limit for 'Load Report' request. |
Trigger Type¶
Manual