GenerateRandomUUID

Generates a random UUID (UUID 4).

python · Common Scripts

Details

IDGenerateRandomUUID
Languagepython
From Version5.0.0
Docker Imagedemisto/python3:3.12.13.10404775

README

Generates a random UUID (UUID 4).

Script Data


Name Description
Script Type python3
Tags  
Cortex XSOAR Version 5.0.0

Inputs


There are no inputs for this script.

Outputs


Path Description Type
GeneratedUUID The generated UUID. string

Script Example


## Context Example

```json
{
    "GeneratedUUID": "8aad5925-aae2-4141-b3fb-2d8e2c0da00b"
}

Human Readable Output

Random UUID Generated

GeneratedUUID
8aad5925-aae2-4141-b3fb-2d8e2c0da00b
comment: Generates a random UUID (UUID 4).
commonfields:
  id: GenerateRandomUUID
  version: -1
enabled: true
name: GenerateRandomUUID
outputs:
- contextPath: GeneratedUUID
  description: The generated UUID.
  type: string
script: ''
subtype: python3
tags: []
type: python
dockerimage: demisto/python3:3.12.13.10404775
fromversion: 5.0.0
tests:
- No tests (auto formatted)