{ "id":"/axapi/v3/file-inspection/global", "type":"object", "node-type":"scalar", "title":"global", "partition-visibility":"shared", "auto-created-object":1, "description":"File Inspection global commands", "properties":{ "max-file-size":{ "type":"number", "format":"number", "minimum":0, "maximum":1073741824, "default":157286400, "partition-visibility":"shared", "description":"Maximum file size (bytes) - default 157286400", "optional":true }, "max-buffer-size":{ "type":"number", "format":"number", "minimum":0, "maximum":268435455, "default":0, "partition-visibility":"shared", "description":"Maximum size (bytes) of content that can be buffered - default 0 (disabled) (Maximum size (bytes) content that can be buffered - default 0 (disabled))", "optional":true }, "classification":{ "type":"object", "properties":{ "classification-disable":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Disable Internal File Inspection Classification" }, "min-classification-len":{ "type":"number", "format":"number", "minimum":1, "maximum":268435455, "default":4096, "partition-visibility":"shared", "description":"minimum length to be taken for file classification - default 4096" }, "max-classification-len":{ "type":"number", "format":"number", "minimum":1, "maximum":268435455, "default":65536, "partition-visibility":"shared", "description":"maximum length to be taken for file classification - default 65536" } } }, "max-concurrent-files":{ "type":"number", "format":"number", "minimum":1, "maximum":100, "default":10, "partition-visibility":"shared", "description":"Max concurrenet inspected files per server - default 10 ( Max concurrenet inspected files per server - default 10)", "optional":true }, "max-concurrent-files-action":{ "type":"string", "format":"enum", "default":"bypass", "partition-visibility":"shared", "description":"'bypass': Bypass File Inspection (default); ", "enum":[ "bypass" ], "optional":true }, "logging":{ "type":"object", "properties":{ "bypass":{ "type":"object", "properties":{ "all-bypass-log":{ "type":"string", "format":"enum", "default":"no-log", "partition-visibility":"shared", "not-list":[ "no-content-disposition-log", "old-http-version-log", "aflex-disabled-log", "service-disabled-log", "service-down-log", "max-concurrent-files-log", "filesize-overlimit-log", "internal-buffered-overlimit-log" ], "description":"'log': Log event (default); 'no-log': Do not Log event; ", "enum":[ "log", "no-log" ] }, "no-content-disposition-log":{ "type":"string", "format":"enum", "default":"no-log", "partition-visibility":"shared", "not":"all-bypass-log", "description":"'log': Log event (default); 'no-log': Do not Log event; ", "enum":[ "log", "no-log" ] }, "old-http-version-log":{ "type":"string", "format":"enum", "default":"no-log", "partition-visibility":"shared", "not":"all-bypass-log", "description":"'log': Log event (default); 'no-log': Do not Log event; ", "enum":[ "log", "no-log" ] }, "aflex-disabled-log":{ "type":"string", "format":"enum", "default":"no-log", "partition-visibility":"shared", "not":"all-bypass-log", "description":"'log': Log event (default); 'no-log': Do not Log event; ", "enum":[ "log", "no-log" ] }, "service-disabled-log":{ "type":"string", "format":"enum", "default":"no-log", "partition-visibility":"shared", "not":"all-bypass-log", "description":"'log': Log event (default); 'no-log': Do not Log event; ", "enum":[ "log", "no-log" ] }, "service-down-log":{ "type":"string", "format":"enum", "default":"no-log", "partition-visibility":"shared", "not":"all-bypass-log", "description":"'log': Log event (default); 'no-log': Do not Log event; ", "enum":[ "log", "no-log" ] }, "max-concurrent-files-log":{ "type":"string", "format":"enum", "default":"no-log", "partition-visibility":"shared", "not":"all-bypass-log", "description":"'log': Log event (default); 'no-log': Do not Log event; ", "enum":[ "log", "no-log" ] }, "filesize-overlimit-log":{ "type":"string", "format":"enum", "default":"no-log", "partition-visibility":"shared", "not":"all-bypass-log", "description":"'log': Log event (default); 'no-log': Do not Log event; ", "enum":[ "log", "no-log" ] }, "internal-buffered-overlimit-log":{ "type":"string", "format":"enum", "default":"no-log", "partition-visibility":"shared", "not":"all-bypass-log", "description":"'log': Log event (default); 'no-log': Do not Log event; ", "enum":[ "log", "no-log" ] } } }, "failed-transactions":{ "type":"string", "format":"enum", "default":"log", "partition-visibility":"shared", "description":"'log': Log event (default); 'no-log': Do not Log event; ", "enum":[ "log", "no-log" ] }, "local-logging-disable":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Disable local logging" } } }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object", "optional":true } } }