{ "id":"/axapi/v3/waf/template/{name}/response-cloaking", "type":"object", "node-type":"scalar", "title":"response-cloaking", "partition-visibility":"shared", "description":"Response cloaking", "properties":{ "filter-headers":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Removes web server's identifying headers", "optional":true }, "hide-status-codes":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Hides response status codes that are not allowed (default 4xx, 5xx)", "optional":true }, "hide-status-codes-file":{ "type":"string", "format":"string", "minLength":1, "maxLength":128, "partition-visibility":"shared", "description":"Name of WAF policy list file", "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 } } }