Details
| ID | DemistoVersion |
|---|---|
| Language | python |
| From Version | 5.0.0 |
| Docker Image | demisto/python3:3.12.13.10404775 |
README
Return the Cortex XSOAR server version.
Script Data
| Name | Description |
|---|---|
| Script Type | python3 |
| Cortex XSOAR Version | 5.0.0 |
Inputs
There are no inputs for this script.
Outputs
| Path | Description | Type |
|---|---|---|
| DemistoVersion.version | The version of the Cortex XSOAR server. | string |
| DemistoVersion.buildNumber | The build number of the Cortex XSOAR server. | string |
commonfields: id: DemistoVersion version: -1 name: DemistoVersion script: '' type: python tags: [] comment: Return the Demisto server version. enabled: true outputs: - contextPath: DemistoVersion.version description: The version of the Demisto server. type: string - contextPath: DemistoVersion.buildNumber description: The build number of the Demisto server. type: string scripttarget: 0 subtype: python3 dockerimage: demisto/python3:3.12.13.10404775 runas: DBotWeakRole fromversion: 5.0.0 marketplaces: - xsoar tests: - No tests (auto formatted)