TroubleshootAggregateResults
Collects all results from previous tasks. (Available from Cortex XSOAR 5.0.0.)
python · Troubleshoot
Details
| ID | TroubleshootAggregateResults |
|---|---|
| Language | python |
| From Version | 5.0.0 |
| Docker Image | demisto/python3:3.12.13.10116658 |
| Tags | troubleshoot |
README
Collects all results from previous tasks. (Available from Cortex XSOAR 5.0.0.)
Script Data
| Name | Description |
|---|---|
| Script Type | python3 |
| Tags | troubleshoot |
| Cortex XSOAR Version | 5.0.0 |
Used In
This script is used in the following playbooks and scripts.
- Integration Troubleshooting
Inputs
| Argument Name | Description |
|---|---|
| succeeded_changed_params | Parameters that were changed and caused the integration to run successfully. |
| file_names | All file entry IDs in the incident. |
| configuration | The raw configuration output. |
| errors | The errors when testing the instance. |
| execute_command_errors | Errors from the ExecuteCommand automation. |
Outputs
| Path | Description | Type |
|---|---|---|
| TroubleshootAggregateResults.configuration_file_name | The name of the file the configuration was saved to. | String |
| TroubleshootAggregateResults.summary_file_name | The name of the file the summary was saved to. | String |
args: - description: Parameters that were changed and caused the integration to run successfully. isArray: true name: succeeded_changed_params - description: All file entry IDs in the incident. isArray: true name: file_names - description: The raw configuration output. name: configuration required: true - description: The errors when testing the instance. isArray: true name: errors - description: Errors from the ExecuteCommand automation. isArray: true name: execute_command_errors comment: Collects all results from previous tasks. (Available from Cortex XSOAR 5.0.0.) commonfields: id: TroubleshootAggregateResults version: -1 name: TroubleshootAggregateResults outputs: - contextPath: TroubleshootAggregateResults.configuration_file_name description: The name of the file the configuration was saved to. type: String - contextPath: TroubleshootAggregateResults.summary_file_name description: The name of the file the summary was saved to. type: String script: '-' subtype: python3 tags: - troubleshoot timeout: '0' type: python dockerimage: demisto/python3:3.12.13.10116658 fromversion: 5.0.0 tests: - No tests (auto formatted)