Generating a UUID
Function Name
$uuid()
Function Description
Generates a random string.
Application Scenarios
The UUID generation function can be used in the following scenarios for API automation:
- Request URL
- Request header
- Request body
- Checkpoint property
- if condition
- for loop interrupt condition
Example
- Request URL
As shown in the following figure, the value of test in the request URL is the UUID generation function.
- Request header
As shown in the following figure, the value of time in the request header is the UUID generation function.
- Request body
As shown in the following figure, the request body uses the UUID generation function.
- Checkpoint property
As shown in the following figure, the target value of the checkpoint property result is the UUID generation function.
- if condition
As shown in the following figure, the target value of the if condition is the UUID generation function.
- for loop interrupt condition
As shown in the following figure, the target value of the for loop interrupt condition is the UUID generation function.
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot