GetErrorsFromEntry

Get the error(s) associated with a given entry/entries. Use ${lastCompletedTaskEntries} to check the previous task entries. The automation will return an array of the error contents from those entries.

python · Common Scripts

Details

IDGetErrorsFromEntry
Languagepython
From Version6.2.0
Docker Imagedemisto/python3:3.12.13.10404775
TagsUtility

README

Get the error(s) associated with a given entry/entries. Use ${lastCompletedTaskEntries} to check the previous task entries. The automation will return an array of the error contents from those entries.

Script Data


Name Description
Script Type python3
Tags Utility
Cortex XSOAR Version 6.2.0

Inputs


Argument Name Description
entry_id Entry to check

Outputs


Path Description Type
ErrorEntries Contents of the errors associated with the entry/entries Unknown
commonfields:
  id: GetErrorsFromEntry
  version: -1
name: GetErrorsFromEntry
script: ''
type: python
tags:
- Utility
comment: Get the error(s) associated with a given entry/entries. Use ${lastCompletedTaskEntries} to check the previous task entries. The automation will return an array of the error contents from those entries.
enabled: true
args:
- name: entry_id
  default: true
  description: Entry to check.
  isArray: true
outputs:
- contextPath: ErrorEntries
  description: Contents of the errors associated with the entry/entries.
scripttarget: 0
subtype: python3
dockerimage: demisto/python3:3.12.13.10404775
runas: DBotWeakRole
fromversion: 6.2.0
tests:
- TestGetErrorsFromEntry