create:reports
Execute a CreateReport mutation with type set to “VULNERABILITIES” to generate a Vulnerabilities report in Wiz and return a report ID.
To download the report as a CSV file:
- Create your report.
- Call the Get Report Status and URL API to retrieve the report’s download URL.
Note
Repeatedly running this action in loops can cause a decline in the performance of your Wiz tenants.
Parameters
| Parameter | Description |
|---|---|
| Name | The designated name for the report. We recommend giving the report a meaningful name, e.g. <Partner-Name>_<Partner-Integration>. |
| Project ID | Create a report according to project ID. For all projects, use *. |
| Vulnerability Params | Use the vulnerabilityParams object of type CreateReportVulnerabilityParamsInput to define the Vulnerabilities report parameters.For more information, see CreateReportInput. |