How to overcome the schema validation while trying to save in devolap in Apigee Edge using Extract variable policy

Not applicable

datamasking.zip

3985-2016-11-23.png

I am trying to hide the category in coding,for that I'm using MaskDataConfiguretion in Extract variable policy and in Assign Message policy I added the apigee.category(apigee is the variable prefix) in header form and I try to save but I got some schema validation error.Can any please ell me how to resolve and how to hide my specific field,here I'm uploaded the screen short.

0 2 154
2 REPLIES 2

Hi @venkatesh kandukuri

Data masking is not a policy or a policy configuration. Its a Mgmt API that you need to call in case you want to mask sensitive data from displaying on your trace tool. Please look at these links for more info:

http://docs.apigee.com/api-services/content/data-masking

http://docs.apigee.com/api-reference/content/data-masks

Some community posts - https://community.apigee.com/questions/34494/how-to-do-data-masking.html

https://community.apigee.com/questions/11674/data-making-in-assignmessage-policy.html

https://community.apigee.com/articles/8350/data-masking-tidbits.html

You can search for more in our community

Hope this helps

Thanks for reply saran,can you please send me any bundle your working related to data masking it is very useful for me.