a10_ddos_l7_quic

Synopsis

DDOS QUIC 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

sampling_enable

list

Field sampling_enable

counters1

str

‘all’= all; ‘quic_packet_received’= QUIC Packet Received; ‘quic_initial_received’= QUIC Initial Packet Received; ‘quic_version_negotiation_received’= QUIC Version Negotiation Received; ‘quic_retry_received’= QUIC Retry Received; ‘quic_0rtt_recevied’= QUIC 0RTT Received; ‘quic_handshake_received’= QUIC Handshake Received; ‘quic_version_match_action_taken’= QUIC Version Match Action Taken; ‘quic_version_match_action_drop’= QUIC Version Match Action Drop; ‘quic_version_match_action_blacklist’= QUIC Version Match Action Blacklist; ‘quic_malformed_action_taken’= QUIC Malformed Action Taken; ‘quic_malformed_action_drop’= QUIC Malformed Action Drop; ‘quic_malformed_action_blacklist’= QUIC Malformed Action Blacklist; ‘quic_malformed_dcid_len_max_exceed’= QUIC Malformed DCID Len Max Exceed; ‘quic_malformed_scid_len_max_exceed’= QUIC Malformed SCID Len Max Exceed; ‘quic_fixed_bit_not_set’= QUIC Fixed Bit Not Set; ‘quic_retry_auth_sent’= QUIC Retry Auth Sent; ‘quic_retry_auth_pass’= QUIC Retry Auth Pass; ‘quic_retry_auth_fail’= QUIC Retry Auth Fail; ‘quic_connection_close_sent’= QUIC Connection Close Sent; ‘quic_invalid_retry_token’= QUIC Invalid Retry Token; ‘quic_short_header_received’= QUIC Short Header Received; ‘quic_short_headr_action_drop’= QUIC Short Header Drop; ‘quic_encrypt_fail’= QUIC Encrypt Fail; ‘quic_decrypt_fail’= QUIC Decrypt Fail; ‘quic_encrypt_success’= QUIC Encrypt Success; ‘quic_decrypt_success’= QUIC Decrypt Success; ‘quic_0rtt_drop’= QUIC 0RTT Drop;

stats

dict

Field stats

quic_packet_received

str

QUIC Packet Received

quic_initial_received

str

QUIC Initial Packet Received

quic_version_negotiation_received

str

QUIC Version Negotiation Received

quic_retry_received

str

QUIC Retry Received

quic_0rtt_recevied

str

QUIC 0RTT Received

quic_handshake_received

str

QUIC Handshake Received

quic_version_match_action_taken

str

QUIC Version Match Action Taken

quic_version_match_action_drop

str

QUIC Version Match Action Drop

quic_version_match_action_blacklist

str

QUIC Version Match Action Blacklist

quic_malformed_action_taken

str

QUIC Malformed Action Taken

quic_malformed_action_drop

str

QUIC Malformed Action Drop

quic_malformed_action_blacklist

str

QUIC Malformed Action Blacklist

quic_malformed_dcid_len_max_exceed

str

QUIC Malformed DCID Len Max Exceed

quic_malformed_scid_len_max_exceed

str

QUIC Malformed SCID Len Max Exceed

quic_fixed_bit_not_set

str

QUIC Fixed Bit Not Set

quic_retry_auth_sent

str

QUIC Retry Auth Sent

quic_retry_auth_pass

str

QUIC Retry Auth Pass

quic_retry_auth_fail

str

QUIC Retry Auth Fail

quic_connection_close_sent

str

QUIC Connection Close Sent

quic_invalid_retry_token

str

QUIC Invalid Retry Token

quic_short_header_received

str

QUIC Short Header Received

quic_short_headr_action_drop

str

QUIC Short Header Drop

quic_encrypt_fail

str

QUIC Encrypt Fail

quic_decrypt_fail

str

QUIC Decrypt Fail

quic_encrypt_success

str

QUIC Encrypt Success

quic_decrypt_success

str

QUIC Decrypt Success

quic_0rtt_drop

str

QUIC 0RTT Drop

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