CreateFileFromPathObject

This automation is being executed by the "GetFilePathPreProcessing" pre-processing script that collects the paths and names of attachments of an incoming incident, then passes it to this automation that reads the files and creates them in an existing incident.

python · Community Common Scripts

Details

IDCreateFileFromPathObject
Languagepython
From Version6.2.0
Docker Imagedemisto/python3:3.12.13.11879924

README

This automation is being executed by the “GetFilePathPreProcessing” pre-processing script that collects the paths and names of attachments of an incoming incident, then passes it to this automation that reads the files and creates them in an existing incident.

Script Data


Name Description
Script Type python3
Tags  

Inputs


Argument Name Description
object path and name object passed by the “GetFilePathPreProcessing” pre-processing script

Outputs


There are no outputs for this script.

args:
- description: path and name object passed by the "GetFilePathPreProcessing" pre-processing script.
  isArray: true
  name: object
  required: true
comment: This automation is being executed by the "GetFilePathPreProcessing" pre-processing script that collects the paths and names of attachments of an incoming incident, then passes it to this automation that reads the files and creates them in an existing incident.
commonfields:
  id: CreateFileFromPathObject
  version: -1
contentitemexportablefields:
  contentitemfields:
    fromServerVersion: ''
dockerimage: demisto/python3:3.12.13.11879924
enabled: true
name: CreateFileFromPathObject
runas: DBotWeakRole
script: ''
scripttarget: 0
subtype: python3
tags: []
type: python
fromversion: 6.2.0
tests:
- No tests (auto formatted)