MaxList

Gets the maximum value from list e.g. ["25", "10", "25"] => "25".

python · Community Common Scripts

Details

IDMaxList
Languagepython
From Version6.1.0
Docker Imagedemisto/python3:3.12.13.11879924
Tagstransformer number entirelist

README

Gets the maximum value from list
e.g. [“25”, “10”, “25”] => “25”

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 maximum value from list\ne.g. [\"25\", \"10\", \"25\"] =>  \"25\"."
commonfields:
  id: MaxList
  version: -1
dockerimage: demisto/python3:3.12.13.11879924
enabled: true
name: MaxList
runas: DBotWeakRole
script: ''
scripttarget: 0
subtype: python3
tags:
- transformer
- number
- entirelist
type: python
fromversion: 6.1.0
tests:
- No tests (auto formatted)