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#
| Name | Description |
|---|---|
| Script Type | python |
| Tags | DemistoAPI |
Dependencies#
This script uses the following commands and scripts.
- core-api-multipart
Inputs#
| Argument Name | Description |
|---|---|
| incident_id | The ID of incident to upload to. |
| entryID | The entry ID of file to upload. |
| body | The request body. |
Outputs#
There are no outputs for this script.