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:
Note Repeatedly running this action in loops can cause a decline in the performance of your Wiz tenants.
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. |
Create Vulnerabilities Report with Wiz and Send Results Via Email
Preview this Workflow on desktop
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:
Note Repeatedly running this action in loops can cause a decline in the performance of your Wiz tenants.
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. |
Create Vulnerabilities Report with Wiz and Send Results Via Email
Preview this Workflow on desktop