GenerateRandomUUID
Generates a random UUID (UUID 4).
Script Data
Name | Description |
---|---|
Script Type | python3 |
Tags | |
Demisto Version | 5.0.0 |
Inputs
There are no inputs for this script.
Outputs
Path | Description | Type |
---|---|---|
GeneratedUUID | The generated UUID. | string |
Script Example
!GenerateRandomUUID
Context Example
{
"GeneratedUUID": "8aad5925-aae2-4141-b3fb-2d8e2c0da00b"
}
Human Readable Output
Random UUID Generated.
GeneratedUUID 8aad5925-aae2-4141-b3fb-2d8e2c0da00b