Details
| ID | ParseYAML |
|---|---|
| Language | python |
| From Version | 6.0.0 |
| Docker Image | demisto/python3:3.12.13.10404775 |
| Tags | Utilities |
README
Parses a YAML string
Script Data
| Name | Description |
|---|---|
| Script Type | python3 |
| Tags | Utilities |
Inputs
| Argument Name | Description |
|---|---|
| string | YAML formatted string |
Outputs
| Path | Description | Type |
|---|---|---|
| ParseYAML | JSON data loaded from YAML string | Unknown |
args: - description: YAML formatted string. name: string required: true comment: Parses a YAML string into context. commonfields: id: ParseYAML version: -1 dockerimage: demisto/python3:3.12.13.10404775 enabled: true name: ParseYAML outputs: - contextPath: ParseYAML description: JSON data loaded from YAML string. runas: DBotWeakRole script: '' scripttarget: 0 subtype: python3 tags: - Utilities type: python fromversion: 6.0.0 tests: - No tests (auto formatted)