a10_visibility_packet_capture_object_templates_imap_vport_tmpl_trigger_stats_inc
Synopsis
Configure stats to triggers packet capture on increment
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 |
|
imap_vport_tmpl_name str/required |
Key to identify parent object |
|
svrsel_fail bool |
Enable automatic packet-capture for Server selection failure |
|
no_route bool |
Enable automatic packet-capture for no route failure |
|
snat_fail bool |
Enable automatic packet-capture for source nat failure |
|
line_too_long bool |
Enable automatic packet-capture for line too long |
|
invalid_start_line bool |
Enable automatic packet-capture for invalid start line |
|
cant_find_pasv bool |
Enable automatic packet-capture for cant find pasv |
|
smp_create_fail bool |
Enable automatic packet-capture for smp create fail |
|
data_server_conn_fail bool |
Enable automatic packet-capture for data svr conn fail |
|
data_send_fail bool |
Enable automatic packet-capture for data send fail |
|
cant_find_epsv bool |
Enable automatic packet-capture for cant find epsv |
|
auth_unsupported bool |
Enable automatic packet-capture for Unsupported auth |
|
unsupported_pbsz_value bool |
Enable automatic packet-capture for Unsupported PBSZ |
|
unsupported_prot_value bool |
Enable automatic packet-capture for Unsupported PROT |
|
bad_sequence bool |
Enable automatic packet-capture for Bad Sequence |
|
rsv_persist_conn_fail bool |
Enable automatic packet-capture for Serv Sel Persist fail |
|
smp_v6_fail bool |
Enable automatic packet-capture for Serv Sel SMPv6 fail |
|
smp_v4_fail bool |
Enable automatic packet-capture for Serv Sel SMPv4 fail |
|
insert_tuple_fail bool |
Enable automatic packet-capture for Serv Sel insert tuple fail |
|
cl_est_err bool |
Enable automatic packet-capture for Client EST state erro |
|
ser_connecting_err bool |
Enable automatic packet-capture for Serv CTNG state error |
|
server_response_err bool |
Enable automatic packet-capture for Serv RESP state error |
|
cl_request_err bool |
Enable automatic packet-capture for Client RQ state error |
|
uuid str |
uuid of the object |
Examples
Return Values
- modified_values (changed, dict, )
Values modified (or potential changes if using check_mode) as a result of task operation
- axapi_calls (always, list, )
Sequential list of AXAPI calls made by the task
- endpoint (, str, [‘/axapi/v3/slb/virtual_server’, ‘/axapi/v3/file/ssl-cert’])
The AXAPI endpoint being accessed.
- http_method (, str, [‘POST’, ‘GET’])
HTTP method being used by the primary task to interact with the AXAPI endpoint.
- request_body (, complex, )
Params used to query the AXAPI
- response_body (, complex, )
Response from the AXAPI
Status
This module is not guaranteed to have a backwards compatible interface. [preview]
This module is maintained by community.