CreatePrismaCloudComputeComplianceReportButton
Generate a compliance report via button.
Details
| ID | CreatePrismaCloudComputeComplianceReportButton |
|---|---|
| Language | python |
| From Version | 6.0.0 |
| Docker Image | demisto/python3:3.12.13.10116658 |
README
Generate a compliance report via clicking a button.
Script Data
| Name | Description |
|---|---|
| Script Type | python3 |
| Cortex XSOAR Version | 6.0.0 |
Inputs
| Argument Name | Description |
|---|---|
| table | The table of data. |
| title | The title of the report. |
| to | The to email address. |
Outputs
There are no outputs for this script.
Script Examples
Example command
!CreatePrismaCloudComputeComplianceReportButton title=test to=test@paloaltonetworks.com table=`{"cve": "cve-123456"}`
Context Example
{}
Human Readable Output
Mail sent successfully
args: - isArray: true name: table required: true description: The table of data. - name: title required: true description: The title of the report. - description: The to email address. name: to required: true commonfields: id: CreatePrismaCloudComputeComplianceReportButton version: -1 dockerimage: demisto/python3:3.12.13.10116658 enabled: true name: CreatePrismaCloudComputeComplianceReportButton runas: DBotWeakRole script: '' comment: Generate a compliance report via button. scripttarget: 0 subtype: python3 tags: [] type: python fromversion: 6.0.0 tests: - PaloAltoNetworks_PrismaCloudCompute-Test