Details
| ID | DemistoCreateList |
|---|---|
| Language | javascript |
| From Version | 5.0.0 |
| Tags | DemistoAPI |
README
Creates a new list.
Script Data
| Name | Description |
|---|---|
| Script Type | javascript |
| Tags | DemistoAPI |
Dependencies
This script uses the following commands and scripts.
- core-api-post
Inputs
| Argument Name | Description |
|---|---|
| listName | The name of the list to create. |
| listData | The initial data of the list. |
Outputs
There are no outputs for this script.
commonfields: id: DemistoCreateList version: -1 name: DemistoCreateList script: '' type: javascript tags: - DemistoAPI comment: Create a new list. enabled: true args: - name: listName required: true default: true description: Name of list to create. - name: listData description: Initial data of list. scripttarget: 0 dependson: must: - core-api-post fromversion: 5.0.0 marketplaces: - xsoar tests: - no test