{ "id":"/axapi/v3/waf/template/{name}/violation-log-mask", "type":"object", "node-type":"scalar", "title":"violation-log-mask", "partition-visibility":"shared", "description":"violation log mask", "properties":{ "query-param-name-equal-type":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'equals': Mask the query value if the query name equals to the string; ", "enum":[ "equals" ], "optional":true }, "query-param-name-value":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":1031, "partition-visibility":"shared", "description":"The list of Query parameter names", "optional":true }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object", "optional":true } } }