ReportConfigurations
Generate Report Configurations
Generate a report using a report configuration by invoking the following endpoint:
POST https://YourAccount.lacework.net/api/v2/ReportConfigurations/{reportConfigGuid}/generate?startTime={time}&endTime={time}&format={format}
post/api/v2/ReportConfigurations/{reportConfigGuid}/generate
Path parameters
reportConfigGuidstring required
Report Configurations id
Query parameters
startTimestring required
The start time of the report. For example, 2026-01-20T00:00:00.000Z
endTimestring required
The end time of the report. For example, 2026-01-21T00:00:00.000Z
format'pdf' | 'html' | 'json' required
The format of the report.
Headers
Authorizationstring required
Bearer Access Token. For example, "Bearer {YourAPIToken}"
Content-Typestring required
application/json
Response
Successful retrieval of html or pdf report