Skip to main content

Create Vulnerabilities Report

Required scope: 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:

  1. Create your report.
  2. 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

ParameterDescription
NameThe designated name for the report.

We recommend giving the report a meaningful name, e.g. <Partner-Name>_<Partner-Integration>.
Project IDCreate a report according to project ID. For all projects, use *.
Vulnerability ParamsUse the vulnerabilityParams object of type CreateReportVulnerabilityParamsInput to define the Vulnerabilities report parameters.
For more information, see CreateReportInput.

Workflow Library Example

Create Vulnerabilities Report with Wiz and Send Results Via Email

Workflow LibraryPreview this Workflow on desktop