DSPMGetContianers
This automation script takes asset file data as input, retrieves the container names from this data, and returns a list of all containers.
python · DSPM
Details
| ID | DSPMGetContianers |
|---|---|
| Language | python |
| From Version | 6.10.0 |
| Docker Image | demisto/python3:3.12.13.10116658 |
README
This automation script takes asset file data as input, retrieves the container names from this data, and returns a list of all containers.
Script Data
| Name | Description |
|---|---|
| Script Type | python3 |
| Cortex XSOAR Version | 6.10.0 |
Inputs
| Argument Name | Description |
|---|---|
| asset_files | Asset files data. |
Outputs
| Path | Description | Type |
|---|---|---|
| containers | List of containers. | Unknown |
commonfields: id: DSPMGetContianers version: -1 name: DSPMGetContianers script: '' type: python tags: [] comment: This automation script takes asset file data as input, retrieves the container names from this data, and returns a list of all containers. enabled: true args: - name: asset_files description: Asset files data. outputs: - contextPath: containers description: List of containers. scripttarget: 0 subtype: python3 runonce: false dockerimage: demisto/python3:3.12.13.10116658 runas: DBotWeakRole engineinfo: {} fromversion: 6.10.0 tests: - No tests (auto formatted)