Source
from CommonServerPython import * version = get_demisto_version() return_outputs(tableToMarkdown("Demisto Version", version), {"DemistoVersion": version})
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 |