DemistoUploadFileToIncident
Cortex REST API Pack.#
This Script is part of theDeprecated
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 DataName | Description |
---|---|
Script Type | python |
Tags | DemistoAPI |
#
DependenciesThis script uses the following commands and scripts.
- core-api-multipart
#
InputsArgument Name | Description |
---|---|
incident_id | The ID of incident to upload to. |
entryID | The entry ID of file to upload. |
body | The request body. |
#
OutputsThere are no outputs for this script.