a10_ddos_l4_ssl

Synopsis

DDOS SSL L4 Statistics

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

uuid

str

uuid of the object

stats

dict

Field stats

ssl_l4_policy_reset

str

Policy Reset

ssl_l4_policy_drop

str

Policy Dropped

ssl_l4_drop_packet

str

Packets Dropped

ssl_l4_er_condition

str

Error Condition

ssl_l4_processed

str

Packets Processed

ssl_l4_new_syn

str

New TCP SYN

ssl_l4_is_ssl3

str

SSL v3

ssl_l4_is_tls1_1

str

TLS v1.0

ssl_l4_is_tls1_2

str

TLS v1.1

ssl_l4_is_tls1_3

str

TLS v1.2

ssl_l4_is_renegotiation

str

SSL Renegotiation

ssl_l4_renegotiation_exceed

str

Renegotiation Exceeded

ssl_l4_is_dst_req_rate_exceed

str

Dst Request Rate Exceed Dropped

ssl_l4_is_src_req_rate_exceed

str

Src Request Rate Exceed Dropped

ssl_l4_do_auth_handshake

str

Do Auth Handshake

ssl_l4_reset_for_handshake

str

Reset While Others in Handshake

ssl_l4_handshake_timeout

str

Auth Handshake Timeout

ssl_l4_auth_handshake_ok

str

Auth Handshake Success

ssl_l4_auth_handshake_bl

str

Auth Handshake Blacklisted

ssl_l4_auth_handshake_fail

str

Auth Handshake Failed

ssl_l4_renegotiation_incomplete

str

Renegotiation Incomplete

ssl_l4_auth_drop

str

SSL Auth Dropped

ssl_l4_auth_resp

str

SSL Auth Responded

ssl_non_tls

str

SSL Non-TLS Dropped

ssl_header_invalid_type

str

SSL Header Invalid Type

ssl_header_bad_ver

str

SSL Header Bad Version

ssl_header_bad_len

str

SSL Header Bad Length

ssl_bad_header_forw

str

SSL Traffic Check Bad Header Forwarded

ssl_bad_header_drop

str

SSL Traffic Check Bad Header Dropped

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