DumpJSON

Dumps a json from context key input, and returns a json object string result.

python · Common Scripts

Details

IDDumpJSON
Languagepython
From Version5.0.0
Docker Imagedemisto/python3:3.12.13.10404775
TagsUtility

README

Dumps a JSON from the context key input, and returns a JSON object string result.

Script Data


Name Description
Script Type python3
Tags Utility

Inputs


Argument Name Description
key The context path to the JSON object.

Outputs


Path Description Type
JsonStr The JSON object as a string. Unknown
commonfields:
  id: DumpJSON
  version: -1
name: DumpJSON
script: ''
type: python
subtype: python3
tags:
- Utility
comment: Dumps a json from context key input, and returns a json object string result.
enabled: true
args:
- name: key
  required: true
  default: true
  description: The context path to the json object.
outputs:
- contextPath: JsonStr
  description: The JSON object as string.
scripttarget: 0
fromversion: 5.0.0
dockerimage: demisto/python3:3.12.13.10404775
tests:
- No tests (auto formatted)