ExportContextToJSONFile
Exports the Context for the current Incident to a JSON file in the war room.
python · Common Scripts
Details
| ID | ExportContextToJSONFile |
|---|---|
| Language | python |
| From Version | 6.5.0 |
| Docker Image | demisto/python3:3.12.13.10404775 |
| Tags | Utility |
README
Exports the Context for the current Incident to a JSON file in the war room.
Script Data
| Name | Description |
|---|---|
| Script Type | python3 |
| Tags | Utility |
Inputs
| Argument Name | Description |
|---|---|
| filename | Name of the file to create in the war room, defaults to context.json. |
Outputs
There are no outputs for this script.
args: - defaultValue: context description: Name of the file to create in the war room, defaults to context.json. name: filename comment: Exports the Context for the current Incident to a JSON file in the war room. commonfields: id: ExportContextToJSONFile version: -1 contentitemexportablefields: contentitemfields: fromServerVersion: "" dockerimage: demisto/python3:3.12.13.10404775 enabled: true name: ExportContextToJSONFile runas: DBotWeakRole script: '' scripttarget: 0 subtype: python3 tags: - Utility type: python fromversion: 6.5.0 tests: - No tests (auto formatted)