ContextReplica
Extracts the current incident context or issue context and merges with global contexts and then downloads it as a flattened JSON file. So it will be replica json data of what we see in an Incident or Issue context in UI view.
python · ContextReplica
Details
| ID | ContextReplica |
|---|---|
| Language | python |
| From Version | 6.0.0 |
| Docker Image | demisto/python3:3.12.13.8428455 |
| Tags | Utility Context |
README
Extracts the current incident context or issue context, merges it with global contexts, and then downloads it as a flattened JSON file. This provides a replica of the JSON data seen in an Incident or Issue context in the UI.
Script Data
| Name | Description |
|---|---|
| Script Type | python3 |
| Tags | Utility, Context |
Inputs
There are no inputs for this script.
Outputs
| Path | Description | Type |
|---|---|---|
| File.Name | The name of the downloaded context file | string |
| File.EntryID | The Entry ID of the downloaded context file | string |
comment: Extracts the current incident context or issue context and merges with global contexts and then downloads it as a flattened JSON file. So it will be replica json data of what we see in an Incident or Issue context in UI view. commonfields: id: ContextReplica version: -1 contentitemexportablefields: contentitemfields: fromServerVersion: '' dockerimage: demisto/python3:3.12.13.8428455 enabled: true engineinfo: {} name: ContextReplica outputs: - contextPath: File.Name description: The name of the downloaded context file. type: string - contextPath: File.EntryID description: The Entry ID of the downloaded context file. type: string runas: DBotWeakRole runonce: false script: '' scripttarget: 0 subtype: python3 tags: - Utility - Context type: python fromversion: 6.0.0 tests: - No tests (auto formatted)