{ "id":"/axapi/v3/file-inspection/template/{name}", "type":"object", "node-type":"list", "title":"template", "partition-visibility":"shared", "description":"Manage File Inspection template configuration", "properties":{ "name":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":127, "partition-visibility":"shared", "description":"file-inspection template name", "optional":false }, "inspect":{ "type":"object", "properties":{ "inspect-downloads":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Inspect file downloads" }, "download-icap":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":127, "partition-visibility":"shared", "$ref":"/axapi/v3/slb/template/respmod-icap", "description":"respmod icap template (respmod icap Config name)" } } }, "bad-uploads-action":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'reset': Reset Connection; 'drop': Drop File; 'allow': Allow File; ", "enum":[ "reset", "drop", "allow" ], "optional":true }, "uploads-bad-log":{ "type":"string", "format":"enum", "default":"log", "partition-visibility":"shared", "description":"'log': Log event (default); 'no-log': Do not Log event; ", "enum":[ "log", "no-log" ], "optional":true }, "good-uploads-action":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'reset': Reset Connection; 'drop': Drop File; 'allow': Allow File; ", "enum":[ "reset", "drop", "allow" ], "optional":true }, "uploads-good-log":{ "type":"string", "format":"enum", "default":"log", "partition-visibility":"shared", "description":"'log': Log event (default); 'no-log': Do not Log event; ", "enum":[ "log", "no-log" ], "optional":true }, "suspect-uploads-action":{ "type":"string", "format":"enum", "partition-visibility":"shared", "not":"uploads-external-inspect", "description":"'reset': Reset Connection; 'drop': Drop File; 'allow': Allow File; ", "enum":[ "reset", "drop", "allow" ], "optional":true }, "uploads-suspect-log":{ "type":"string", "format":"enum", "default":"log", "partition-visibility":"shared", "description":"'log': Log event (default); 'no-log': Do not Log event; ", "enum":[ "log", "no-log" ], "optional":true }, "uploads-external-inspect":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":127, "partition-visibility":"shared", "$ref":"/axapi/v3/slb/template/reqmod-icap", "not":"suspect-uploads-action", "description":"reqmod template for external icap inspection", "optional":true }, "uploads-external-suspect-log":{ "type":"string", "format":"enum", "default":"log", "partition-visibility":"shared", "description":"'log': Log event (default); 'no-log': Do not Log event; ", "enum":[ "log", "no-log" ], "optional":true }, "bad-downloads-action":{ "type":"string", "format":"enum", "default":"drop", "partition-visibility":"shared", "description":"'reset': Reset Connection; 'drop': Drop File (default); 'allow': Allow File; ", "enum":[ "reset", "drop", "allow" ], "optional":true }, "downloads-bad-log":{ "type":"string", "format":"enum", "default":"log", "partition-visibility":"shared", "description":"'log': Log event (default); 'no-log': Do not Log event; ", "enum":[ "log", "no-log" ], "optional":true }, "good-downloads-action":{ "type":"string", "format":"enum", "default":"allow", "partition-visibility":"shared", "description":"'reset': Reset Connection; 'drop': Drop File; 'allow': Allow File (default); ", "enum":[ "reset", "drop", "allow" ], "optional":true }, "downloads-good-log":{ "type":"string", "format":"enum", "default":"log", "partition-visibility":"shared", "description":"'log': Log event (default); 'no-log': Do not Log event; ", "enum":[ "log", "no-log" ], "optional":true }, "suspect-downloads-action":{ "type":"string", "format":"enum", "default":"allow", "partition-visibility":"shared", "not":"downloads-external-inspect", "description":"'reset': Reset Connection; 'drop': Drop File; 'allow': Allow File (default); ", "enum":[ "reset", "drop", "allow" ], "optional":true }, "downloads-suspect-log":{ "type":"string", "format":"enum", "default":"log", "partition-visibility":"shared", "description":"'log': Log event (default); 'no-log': Do not Log event; ", "enum":[ "log", "no-log" ], "optional":true }, "downloads-external-inspect":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":127, "partition-visibility":"shared", "$ref":"/axapi/v3/slb/template/respmod-icap", "not":"suspect-downloads-action", "description":"respmod template for external icap inspection", "optional":true }, "downloads-external-suspect-log":{ "type":"string", "format":"enum", "default":"log", "partition-visibility":"shared", "description":"'log': Log event (default); 'no-log': Do not Log event; ", "enum":[ "log", "no-log" ], "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 }, "user-tag":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":127, "partition-visibility":"shared", "description":"Customized tag", "optional":true } }, "object-keys":[ "name" ], "required":[ "name" ] }