a10_ddos_dns_cache_server

Synopsis

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

insert_total

str

Insert Total

insert_success

str

Insert Success

insert_fail_all

str

Insert Fail

lookup_invalid_domain

str

Lookup Invalid Domain

lookup_unexp_err

str

Lookup Unexpected Error

lookup_full_matched

str

Lookup Fully Matched

lookup_empty_resp

str

Lookup Empty Response

lookup_deleg_resp

str

Lookup Delegation Response

lookup_nxdomain_resp

str

Lookup Nxdomain Response

lookup_refuse_resp

str

Lookup Refuse Response

lookup_fwd_server

str

Lookup Forwarded to Server

lookup_incomp_zone

str

Lookup Incomplete Zone

lookup_undefined_rtype

str

Lookup Undefined Record Type

lookup_manual_override_action_forward

str

Lookup DNS Manual Override Action Forward

lookup_manual_override_action_drop

str

Lookup DNS Manual Override Action Drop

zt_serial_num_check_attempts

str

Zone Transfer Serial Number Check Started

zt_axfr_attempts

str

Zone Transfer AXFR Started

zt_completed_ok

str

Zone Transfer Completed

zt_completed_no_update

str

Zone Transfer Completed No Update

zt_dns_process_err

str

Zone Transfer DNS Processing Errors

zt_records_processed

str

Zone Transfer Records Processed

lookup_edns_bad_version_resp

str

Lookup EDNS Bad Version Response

zt_tcp_conn_connect_server_fail

str

Zone Transfer TCP Connect Server Fail

zt_tcp_conn_rst

str

Zone Transfer TCP RST / FIN Received

zt_task_no_route_retry

str

Zone Transfer Task No Route Fail

zt_msg_rcode_notauth

str

Zone Transfer Server Not Auth Fail

lookup_opcode_notimpl_resp

str

Lookup Opcode Not Implemented Response

shard_filter_match

str

Lookup Shard Filter Matched

zt_total_fail

str

Zone Transfer Total Failure

lookup_manual_override_action_serve

str

Lookup DNS Manual Override Action Serve

lookup_any_type_query_action_drop

str

Lookup DNS ANY Type Query Action Drop

lookup_any_type_query_action_refused

str

Lookup DNS ANY Type Query Action Refused

lookup_any_type_query_action_resp_empty

str

Lookup DNS ANY Type Query Action Response Empty

lookup_non_auth_zone_query_action_forward

str

Lookup DNS Non-Authoritative Zone Query Action Forward

lookup_non_auth_zone_query_action_drop

str

Lookup DNS Non-Authoritative Zone Query Action Drop

lookup_non_auth_zone_query_action_resp_refused

str

Lookup DNS Non-Authoritative Zone Query Action Refused

lookup_default_action_forward

str

Lookup DNS Default Action Forward

lookup_default_action_drop

str

Lookup DNS Default Action Drop

zt_ongoing_tasks

str

Zone Transfer Ongoing tasks

lookup_dnstcp_rcvd

str

Lookup DNS-TCP Request Received

lookup_dnsudp_rcvd

str

Lookup DNS-UDP Request Received

lookup_fwd_shard

str

Lookup Forwarded to Sharding DNS Cache

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