a10_visibility_packet_capture_global_templates_template_trigger_sys_obj_stats_change_slb_spdy_proxy

Synopsis

Configure triggers for slb.spdy-proxy object

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

uuid

str

uuid of the object

trigger_stats_inc

dict

Field trigger_stats_inc

tcp_err

bool

Enable automatic packet-capture for TCP sock error

stream_not_found

bool

Enable automatic packet-capture for STREAM not found

stream_err

bool

Enable automatic packet-capture for Stream err

session_err

bool

Enable automatic packet-capture for Session err

data_no_stream

bool

Enable automatic packet-capture for Data no stream found

data_no_stream_no_goaway

bool

Enable automatic packet-capture for Data no stream and no goaway

data_no_stream_goaway_close

bool

Enable automatic packet-capture for Data no stream and no goaway and close session

est_cb_no_tuple

bool

Enable automatic packet-capture for Est callback no tuple

data_cb_no_tuple

bool

Enable automatic packet-capture for Data callback no tuple

ctx_alloc_fail

bool

Enable automatic packet-capture for Context alloc fail

stream_alloc_fail

bool

Enable automatic packet-capture for Stream alloc fail

http_conn_alloc_fail

bool

Enable automatic packet-capture for HTTP connection allocation fail

request_header_alloc_fail

bool

Enable automatic packet-capture for Request/Header allocation fail

decompress_fail

bool

Enable automatic packet-capture for Decompress fail

invalid_frame_size

bool

Enable automatic packet-capture for Invalid frame size

invalid_version

bool

Enable automatic packet-capture for Invalid version

compress_ctx_alloc_fail

bool

Enable automatic packet-capture for Compression context allocation fail

header_compress_fail

bool

Enable automatic packet-capture for Header compress fail

http_err_stream_closed

bool

Enable automatic packet-capture for HTTP error stream already closed

uuid

str

uuid of the object

trigger_stats_rate

dict

Field trigger_stats_rate

threshold_exceeded_by

int

Set the threshold to the number of times greater than the previous duration to start the capture, default is 5

duration

int

Time in seconds to look for the anomaly, default is 60

tcp_err

bool

Enable automatic packet-capture for TCP sock error

stream_not_found

bool

Enable automatic packet-capture for STREAM not found

stream_err

bool

Enable automatic packet-capture for Stream err

session_err

bool

Enable automatic packet-capture for Session err

data_no_stream

bool

Enable automatic packet-capture for Data no stream found

data_no_stream_no_goaway

bool

Enable automatic packet-capture for Data no stream and no goaway

data_no_stream_goaway_close

bool

Enable automatic packet-capture for Data no stream and no goaway and close session

est_cb_no_tuple

bool

Enable automatic packet-capture for Est callback no tuple

data_cb_no_tuple

bool

Enable automatic packet-capture for Data callback no tuple

ctx_alloc_fail

bool

Enable automatic packet-capture for Context alloc fail

stream_alloc_fail

bool

Enable automatic packet-capture for Stream alloc fail

http_conn_alloc_fail

bool

Enable automatic packet-capture for HTTP connection allocation fail

request_header_alloc_fail

bool

Enable automatic packet-capture for Request/Header allocation fail

decompress_fail

bool

Enable automatic packet-capture for Decompress fail

invalid_frame_size

bool

Enable automatic packet-capture for Invalid frame size

invalid_version

bool

Enable automatic packet-capture for Invalid version

compress_ctx_alloc_fail

bool

Enable automatic packet-capture for Compression context allocation fail

header_compress_fail

bool

Enable automatic packet-capture for Header compress fail

http_err_stream_closed

bool

Enable automatic packet-capture for HTTP error stream already closed

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