jq Deprecated
Deprecated. Use JMESPath transformer from the Filters and Transformers content pack instead.
python · Community Common Scripts
Details
| ID | jq |
|---|---|
| Language | python |
| From Version | 6.1.0 |
| Docker Image | demisto/jq:1.0.0.113893 |
| Tags | transformer |
README
Run JQ Query.
Check these links:
- https://stedolan.github.io/jq/manual/#Invokingjq
- https://jqplay.org/
Script Data
| Name | Description |
|---|---|
| Script Type | python3 |
| Tags | transformer |
Inputs
| Argument Name | Description |
|---|---|
| value | JSON String |
| query | JQ compatible query |
Outputs
| Path | Description | Type |
|---|---|---|
| jq.result | unknown |
args: - description: JSON String. name: value required: true - description: JQ compatible query. name: query required: true comment: "Deprecated. Use JMESPath transformer from the Filters and Transformers content pack instead." commonfields: id: jq version: -1 contentitemexportablefields: contentitemfields: fromServerVersion: '' dependson: must: [] dockerimage: demisto/jq:1.0.0.113893 enabled: true name: jq outputs: - contextPath: jq.result type: unknown description: Result of jq-query. runas: DBotWeakRole script: '' scripttarget: 0 subtype: python3 tags: - transformer type: python fromversion: 6.1.0 tests: - No tests (deprecated) deprecated: true