{ "id":"/axapi/v3/file-inspection/global-stat", "type":"object", "node-type":"scalar", "title":"global-stat", "partition-visibility":"shared", "auto-created-object":1, "description":"global stats", "properties":{ "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object", "optional":true }, "sampling-enable":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "counters1":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'all': all; 'download_bad_blocked': Download malware blocked; 'download_bad_allowed': Download malware allowed; 'download_bad_ext_inspect': Download malware extrnal inspect; 'download_suspect_blocked': Download suspect blocked; 'download_suspect_ext_inspect': Download suspect extrnal inspect; 'download_suspect_allowed': Download suspect allowed; 'download_good_blocked': Download safe blocked; 'download_good_allowed': Download safe external inspect; 'download_good_ext_inspect': Download safe allowed; 'upload_bad_blocked': Upload malware blocked; 'upload_bad_allowed': Upload malware allowed; 'upload_bad_ext_inspect': Upload malware extrnal inspect; 'upload_suspect_blocked': Upload suspect blocked; 'upload_suspect_ext_inspect': Upload suspect extrnal inspect; 'upload_suspect_allowed': Upload suspect allowed; 'upload_good_blocked': Upload safe blocked; 'upload_good_ext_inspect': Upload safe external inspect; 'upload_good_allowed': Upload safe allowed; 'icap_200': Receive icap status 200; 'icap_204': Receive icap status 204; 'icap_500': Receive icap status 500; 'icap_other_status_code': Receive icap other status code; 'icap_connect_fail': Icap connect fail; 'icap_connection_created': Icap connection created; 'icap_connection_established': Icap connection established; 'icap_connection_closed': Icap connection closed; 'icap_connection_rst': Icap connection rst; 'icap_bytes_sent': Icap bytes sent; 'icap_bytes_received': Icap bytes received; 'bypass_aflex': Bypassed by aflex; 'bypass_large_file': Bypassed - large file size; 'bypass_service_disabled': Bypassed - Internal service disabled; 'bypass_service_down': Bypassed - Internal service down; 'reset_service_down': Reset - Internal service down; 'bypass_max_concurrent_files_reached': Bypassed - max concurrent files on server reached; 'bypass_non_inspection': Bypassed non inspection data; 'non_supported_file': Non supported file type; 'transactions_alloc': Total transactions allocated; 'transactions_free': Total transactions freed; 'transactions_failure': Total transactions failure; 'transactions_aborted': Total transactions aborted; 'orig_conn_bytes_received': Original connection bytes received; 'orig_conn_bytes_sent': Original connection bytes sent; 'orig_conn_bytes_bypassed': Original connection bytes bypassed; 'bypass_buffered_overlimit': Total Bytes Buffered Overlimit; 'total_bandwidth': Total File Bytes; 'total_suspect_bandwidth': Total Suspected Files Bytes; 'total_bad_bandwidth': Total Bad Files Bytes; 'total_good_bandwidth': Total Good Files Bytes; 'total_file_size_less_1m': Total Files Less than 1Mb; 'total_file_size_1_5m': Total Files Between 1-5Mb; 'total_file_size_5_8m': Total Files Between 5-8Mb; 'total_file_size_8_32m': Total Files Between 8-32Mb; 'total_file_size_over_32m': Total Files over 32Mb; 'suspect_file_size_less_1m': Suspect Files Less than 1Mb; 'suspect_file_size_1_5m': Suspect Files Between 1-5Mb; 'suspect_file_size_5_8m': Suspect Files Between 5-8Mb; 'suspect_file_size_8_32m': Suspect Files Between 8-32Mb; 'suspect_file_size_over_32m': Suspect Files over 32Mb; 'good_file_size_less_1m': Good Files Less than 1Mb; 'good_file_size_1_5m': Good Files Between 1-5Mb; 'good_file_size_5_8m': Good Files Between 5-8Mb; 'good_file_size_8_32m': Good Files Between 8-32Mb; 'good_file_size_over_32m': Good Files over 32Mb; 'bad_file_size_less_1m': Bad Files Less than 1Mb; 'bad_file_size_1_5m': Bad Files Between 1-5Mb; 'bad_file_size_5_8m': Bad Files Between 5-8Mb; 'bad_file_size_8_32m': Bad Files Between 8-32Mb; 'bad_file_size_over_32m': Bad Files over 32Mb; ", "enum":[ "all", "download_bad_blocked", "download_bad_allowed", "download_bad_ext_inspect", "download_suspect_blocked", "download_suspect_ext_inspect", "download_suspect_allowed", "download_good_blocked", "download_good_allowed", "download_good_ext_inspect", "upload_bad_blocked", "upload_bad_allowed", "upload_bad_ext_inspect", "upload_suspect_blocked", "upload_suspect_ext_inspect", "upload_suspect_allowed", "upload_good_blocked", "upload_good_ext_inspect", "upload_good_allowed", "icap_200", "icap_204", "icap_500", "icap_other_status_code", "icap_connect_fail", "icap_connection_created", "icap_connection_established", "icap_connection_closed", "icap_connection_rst", "icap_bytes_sent", "icap_bytes_received", "bypass_aflex", "bypass_large_file", "bypass_service_disabled", "bypass_service_down", "reset_service_down", "bypass_max_concurrent_files_reached", "bypass_non_inspection", "non_supported_file", "transactions_alloc", "transactions_free", "transactions_failure", "transactions_aborted", "orig_conn_bytes_received", "orig_conn_bytes_sent", "orig_conn_bytes_bypassed", "bypass_buffered_overlimit", "total_bandwidth", "total_suspect_bandwidth", "total_bad_bandwidth", "total_good_bandwidth", "total_file_size_less_1m", "total_file_size_1_5m", "total_file_size_5_8m", "total_file_size_8_32m", "total_file_size_over_32m", "suspect_file_size_less_1m", "suspect_file_size_1_5m", "suspect_file_size_5_8m", "suspect_file_size_8_32m", "suspect_file_size_over_32m", "good_file_size_less_1m", "good_file_size_1_5m", "good_file_size_5_8m", "good_file_size_8_32m", "good_file_size_over_32m", "bad_file_size_less_1m", "bad_file_size_1_5m", "bad_file_size_5_8m", "bad_file_size_8_32m", "bad_file_size_over_32m" ] }, "optional":true } } ] } } }