Report
Generate PDF reports.
This endpoint is currently in beta and subject to change.
Generate Report
GET
https://api.halosecurity.com/api/v1/report/generate.json
Initiate the report generator. After a successful call, the work_id
can be monitored to determine when the report is ready. The file_id
can then be used to download the file.
https://app.halosecurity.com/user/security/report/
Common Parameters
id
String
none
Required. See reports below.
targets
String
none
expire_days
Integer
7
File will be deleted after this many days.
theme
String
dark
The color scheme of the PDF: light
or dark
.
folder
String
none
Folder name to put the file in.
filename
String
dyanmic
Override the default filename for the report.
Report - Executive Summary
id
String
executive-summary
Report - Target
id
String
target
target_id
Integer
Required.
Report - Issue
id
String
issue
issue_id
Integer
Required.
Report - Security
id
String
security
scan_id
String
Optional. Defaults to the most recent scan.
Report - Remediation
id
String
remediation
date_range
String
date_start
String
YYYY-MM-DD
date_end
String
YYYY-MM-DD
Report - Dark Web
id
String
darkweb
domain_id
Integer
Optional. Supports multiple. Restricts report to these domains.
Example
Last updated