Apigee plataform

Hi, i need some help to validate an UUID RFC4122 field with a Apigee polices, but not be use javaScript or Java

This is required on project.

tks,



1 1 32
1 REPLY 1

Can you explain this:?

validate an UUID RFC4122 field

what specifically would you do, to validate it? Just check that it follows a pattern of digits and dashes? That the characters are all valid? You could do that with a regex.  And you could use the JavaScript or the RegularExpressionProtection pattern to apply that regex.

Do you want something more?