Details
| ID | HelloWorldScript |
|---|---|
| Language | python |
| From Version | 5.0.0 |
| Docker Image | demisto/python3:3.12.13.10404775 |
| Tags | helloworld |
README
Hello World Script
Script Data
| Name | Description |
|---|---|
| Script Type | python3 |
| Tags | helloworld |
| Cortex XSOAR Version | 5.0.0 |
Inputs
| Argument Name | Description |
|---|---|
| name | Hello command - prints hello to anyone. |
Outputs
| Path | Description | Type |
|---|---|---|
| HelloWorld.hello | Should be Hello **something** here. | String |
Script Example
!HelloWorldScript name=DBot
Context Example
{
"HelloWorld": {
"hello": "Hello DBot"
}
}
Human Readable Output
Hello DBot
args: - description: 'Hello command - prints hello to anyone.' name: name comment: Hello World Script. commonfields: id: HelloWorldScript version: -1 name: HelloWorldScript outputs: - contextPath: HelloWorld.hello description: Should be Hello **something** here. type: String script: '-' tags: - helloworld timeout: '0' type: python subtype: python3 dockerimage: demisto/python3:3.12.13.10404775 fromversion: 5.0.0 tests: - No tests (auto formatted)