a10_file_inspection_template¶
Parameters¶
Parameters |
Choices/Defaults |
Comment |
|
---|---|---|---|
state str/required |
[‘noop’, ‘present’, ‘absent’] |
State of the object to be created. |
|
ansible_host str/required |
Host for AXAPI authentication |
||
ansible_username str/required |
Username for AXAPI authentication |
||
ansible_password str/required |
Password for AXAPI authentication |
||
ansible_port int/required |
Port for AXAPI authentication |
||
a10_device_context_id int |
[‘1-8’] |
Device ID for aVCS configuration |
|
a10_partition str |
Destination/target partition for object/command |
||
name str/required |
file-inspection template name |
||
inspect dict |
Field inspect |
||
inspect_downloads bool |
Inspect file downloads |
||
download_icap str |
respmod icap template (respmod icap Config name) |
||
bad_uploads_action str |
‘reset’= Reset Connection; ‘drop’= Drop File; ‘allow’= Allow File; |
||
uploads_bad_log str |
‘log’= Log event (default); ‘no-log’= Do not Log event; |
||
good_uploads_action str |
‘reset’= Reset Connection; ‘drop’= Drop File; ‘allow’= Allow File; |
||
uploads_good_log str |
‘log’= Log event (default); ‘no-log’= Do not Log event; |
||
suspect_uploads_action str |
‘reset’= Reset Connection; ‘drop’= Drop File; ‘allow’= Allow File; |
||
uploads_suspect_log str |
‘log’= Log event (default); ‘no-log’= Do not Log event; |
||
uploads_external_inspect str |
reqmod template for external icap inspection |
||
uploads_external_suspect_log str |
‘log’= Log event (default); ‘no-log’= Do not Log event; |
||
bad_downloads_action str |
‘reset’= Reset Connection; ‘drop’= Drop File (default); ‘allow’= Allow File; |
||
downloads_bad_log str |
‘log’= Log event (default); ‘no-log’= Do not Log event; |
||
good_downloads_action str |
‘reset’= Reset Connection; ‘drop’= Drop File; ‘allow’= Allow File (default); |
||
downloads_good_log str |
‘log’= Log event (default); ‘no-log’= Do not Log event; |
||
suspect_downloads_action str |
‘reset’= Reset Connection; ‘drop’= Drop File; ‘allow’= Allow File (default); |
||
downloads_suspect_log str |
‘log’= Log event (default); ‘no-log’= Do not Log event; |
||
downloads_external_inspect str |
respmod template for external icap inspection |
||
downloads_external_suspect_log str |
‘log’= Log event (default); ‘no-log’= Do not Log event; |
||
uuid str |
uuid of the object |
||
user_tag str |
Customized tag |