a10_visibility_packet_capture_global_templates_template_trigger_sys_obj_stats_change_slb_icap_trigger_stats_inc

Synopsis

Configure stats to trigger 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

template_name

str/required

Key to identify parent object

app_serv_conn_no_pcb_err

bool

Enable automatic packet-capture for App Server Conn no ES PCB Err Stats

app_serv_conn_err

bool

Enable automatic packet-capture for App Server Conn Err Stats

chunk1_hdr_err

bool

Enable automatic packet-capture for Chunk Hdr Err1 Stats

chunk2_hdr_err

bool

Enable automatic packet-capture for Chunk Hdr Err2 Stats

chunk_bad_trail_err

bool

Enable automatic packet-capture for Chunk Bad Trail Err Stats

no_payload_next_buff_err

bool

Enable automatic packet-capture for No Payload In Next Buff Err Stats

no_payload_buff_err

bool

Enable automatic packet-capture for No Payload Buff Err Stats

resp_hdr_incomplete_err

bool

Enable automatic packet-capture for Resp Hdr Incomplete Err Stats

serv_sel_fail_err

bool

Enable automatic packet-capture for Server Select Fail Err Stats

start_icap_conn_fail_err

bool

Enable automatic packet-capture for Start ICAP conn fail Stats

prep_req_fail_err

bool

Enable automatic packet-capture for Prepare ICAP req fail Err Stats

icap_ver_err

bool

Enable automatic packet-capture for ICAP Ver Err Stats

icap_line_err

bool

Enable automatic packet-capture for ICAP Line Err Stats

encap_hdr_incomplete_err

bool

Enable automatic packet-capture for Encap HDR Incomplete Err Stats

no_icap_resp_err

bool

Enable automatic packet-capture for No ICAP Resp Err Stats

resp_line_read_err

bool

Enable automatic packet-capture for Resp Line Read Err Stats

resp_line_parse_err

bool

Enable automatic packet-capture for Resp Line Parse Err Stats

resp_hdr_err

bool

Enable automatic packet-capture for Resp Hdr Err Stats

req_hdr_incomplete_err

bool

Enable automatic packet-capture for Req Hdr Incomplete Err Stats

no_status_code_err

bool

Enable automatic packet-capture for No Status Code Err Stats

http_resp_line_read_err

bool

Enable automatic packet-capture for HTTP Response Line Read Err Stats

http_resp_line_parse_err

bool

Enable automatic packet-capture for HTTP Response Line Parse Err Stats

http_resp_hdr_err

bool

Enable automatic packet-capture for HTTP Resp Hdr Err Stats

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.

Authors

  • A10 Networks