Skip to main content

DemistoUploadFileToIncident

This Script is part of the Cortex REST API Pack.#

Deprecated

Use the DemistoUploadFileV2 script instead.

Deprecated. Use the DemistoUploadFileV2 script instead. Copies a file from an incident to the specified incident. The file is uploaded as an attachment to the specified incident's summary page, and recorded as an entry in the War Room.

Script Data#


NameDescription
Script Typepython
TagsDemistoAPI

Dependencies#


This script uses the following commands and scripts.

  • core-api-multipart

Inputs#


Argument NameDescription
incident_idThe ID of incident to upload to.
entryIDThe entry ID of file to upload.
bodyThe request body.

Outputs#


There are no outputs for this script.