a10_ddos_l7_dns

Synopsis

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

force_tcp_auth

str

DNS Auth Force-TCP

dns_auth_udp

str

DNS Auth UDP

dns_malform_drop

str

DNS Malform Query Dropped

dns_qry_any_drop

str

DNS Query ANY Dropped

dst_rate_limit0

str

Dst Request Rate 1 Exceeded

dst_rate_limit1

str

Dst Request Rate 2 Exceeded

dst_rate_limit2

str

Dst Request Rate 3 Exceeded

dst_rate_limit3

str

Dst Request Rate 4 Exceeded

dst_rate_limit4

str

Dst Request Rate 5 Exceeded

src_rate_limit0

str

Src Request Rate 1 Exceeded

src_rate_limit1

str

Src Request Rate 2 Exceeded

src_rate_limit2

str

Src Request Rate 3 Exceeded

src_rate_limit3

str

Src Request Rate 4 Exceeded

src_rate_limit4

str

Src Request Rate 5 Exceeded

dns_auth_udp_pass

str

DNS Auth UDP Passed

dns_fqdn_stage2_exceed

str

FQDN Rate Exceeded

dns_is_nx

str

NXDOMAIN Response

dns_nx_drop

str

NXDOMAIN Query Dropped

dns_nx_bl

str

NXDOMAIN Query Blacklisted

dns_tcp_auth_pass

str

DNS Auth Force-TCP Passed

dns_auth_udp_fail

str

DNS Auth UDP Failed

dns_auth_udp_timeout

str

DNS Auth UDP Timeout

dns_fqdn_label_len_exceed

str

FQDN Label Length Exceeded

dns_pkt_processed

str

DNS Packets Processed

dns_query_type_a

str

DNS Query Type A

dns_query_type_aaaa

str

DNS Query Type AAAA

dns_query_type_ns

str

DNS Query Type NS

dns_query_type_cname

str

DNS Query Type CNAME

dns_query_type_any

str

DNS Query Type ANY

dns_query_type_srv

str

DNS Query Type SRV

dns_query_type_mx

str

DNS Query Type MX

dns_query_type_soa

str

DNS Query Type SOA

dns_query_type_opt

str

DNS Query Type OPT

dns_dg_action_permit

str

DNS Domain Group Action Permit

dns_dg_action_deny

str

DNS Domain Group Action Deny

dns_fqdn_rate_by_label_count_exceed

str

FQDN Rate by Label Count Exceeded

dns_udp_auth_retry_gap_drop

str

DNS Auth UDP Retry-Gap Drop

dns_policy_drop

str

DNS Policy Dropped

dns_fqdn_label_count_exceed

str

FQDN Label Count Exceeded

dns_rrtype_drop

str

DNS Record Type Dropped

force_tcp_auth_timeout

str

DNS Auth Force-TCP With UDP Auth Timeout

dns_auth_drop

str

DNS Auth Dropped

dns_auth_resp

str

DNS Auth Responded

force_tcp_auth_conn_hit

str

DNS Auth Force-TCP With UDP Auth Connection Hit

dns_auth_udp_fail_bl

str

DNS Auth UDP Fail Blacklisted

dns_nx_exceed

str

NXDOMAIN Response Rate Exceeded

dns_query_class_whitelist_miss

str

DNS Query Class Whitelist Miss

dns_query_class_in

str

DNS Query Class INTERNET

dns_query_class_csnet

str

DNS Query Class CSNET

dns_query_class_chaos

str

DNS Query Class CHAOS

dns_query_class_hs

str

DNS Query Class HESIOD

dns_query_class_none

str

DNS Query Class NONE

dns_query_class_any

str

DNS Query Class ANY

dns_dg_rate_exceed

str

DNS Domain Group Domain Query Rate Exceeded

dns_outbound_query_response_size_exceed

str

DNS Outbound Query Resp Size Exceeded

dns_outbound_query_sess_timed_out

str

DNS Outbound Query Session Timed Out

non_query_opcode_pass_through

str

DNS Non Query Opcode Pass Through

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