MinList
Gets the minimum value from list e.g. ["25", "10", "25"] => "10".
python · Community Common Scripts
Details
| ID | MinList |
|---|---|
| Language | python |
| From Version | 6.1.0 |
| Docker Image | demisto/python3:3.12.13.11879924 |
| Tags | transformer number entirelist |
README
Gets the minimum value from list
e.g. [“25”, “10”, “25”] => “10”
Script Data
| Name | Description |
|---|---|
| Script Type | python3 |
| Tags | transformer, number, entirelist |
Inputs
| Argument Name | Description |
|---|---|
| value | A list for which to sum the list values. |
Outputs
There are no outputs for this script.
args: - default: true description: A list for which to sum the list values. isArray: true name: value required: true comment: "Gets the minimum value from list\ne.g. [\"25\", \"10\", \"25\"] => \"10\"." commonfields: id: MinList version: -1 dockerimage: demisto/python3:3.12.13.11879924 enabled: true name: MinList runas: DBotWeakRole script: '' scripttarget: 0 subtype: python3 tags: - transformer - number - entirelist type: python fromversion: 6.1.0 tests: - No tests (auto formatted)