GenerateInvestigationSummaryReport

A script to generate investigation summary report in an automated way Can be used in post-processing flow as well.

javascript · Common Scripts

Details

IDGenerateInvestigationSummaryReport
Languagejavascript
From Version5.0.0
Tagspost-processing

README

Generates an investigation summary report in an automated way. This can be used in post-processing flow as well.

Script Data


Name Description
Script Type javascript
Tags post-processing
Cortex XSOAR Version 3.5.0+

Inputs


Argument Name Description
name The report name to generate (should correspond with report type).
type The report type to generate (should correspond with report name).
incidentId The incident ID to generate the report for.

Outputs


Path Description Type
Report.Name The report’s file name string
Report.FileID The file’s ID of the report. string
commonfields:
  id: GenerateInvestigationSummaryReport
  version: -1
fromversion: 5.0.0
name: GenerateInvestigationSummaryReport
comment: "A script to generate investigation summary report in an automated way\n\
  Can be used in post-processing flow as well."
script: ''
type: javascript
tags:
- post-processing
enabled: true
args:
- name: name
  default: true
  description: Report name to generate (should correspond with report type)
  defaultValue: Investigation Summary
- name: type
  description: Report type to generate (should correspond with report name)
  defaultValue: pdf
- name: incidentId
  description: Incident ID to generate report for
outputs:
- contextPath: Report.Name
  description: Report file name
  type: string
- contextPath: Report.FileID
  description: File ID of the report
  type: string
scripttarget: 0
marketplaces:
- xsoar
tests:
- No test - No need