a10_slb_dns_response_rate_limiting

Synopsis

Configure DNS Response-Rate-Limiting

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; ‘curr_entries’= Current Entry Count; ‘total_created’= Total Entry Created; ‘total_inserted’= Total Entry Inserted; ‘total_withdrew’= Total Entry Withdrew; ‘total_ready_to_free’= Total Entry Ready To Free; ‘total_freed’= Total Entry Freed; ‘total_logs’= Total Logs; ‘total_overflow_entry_hits’= Total Overflow Entry Hits; ‘total_refill’= Total Refills; ‘total_credit_exceeded’= Total Credit Exceeded; ‘other_thread_refill’= Other Thread Refilling; ‘err_entry_create_failed’= Entry Creation Failure; ‘err_entry_create_oom’= Entry Creation Out of Memory; ‘err_entry_ext_create_oom’= Entry Extension Creation Out of Memory; ‘err_entry_insert_failed’= Entry Insert Failed; ‘err_vport_fail_match’= Failed to Match Vport;

oper

dict

Field oper

filter_type

str

Field filter_type

filter_address_v4

str

Field filter_address_v4

filter_address_v6

str

Field filter_address_v6

filter_fqdn

str

Field filter_fqdn

filter_debug

int

Field filter_debug

entry_list

list

Field entry_list

dnsrrl_cpu_list

list

Field dnsrrl_cpu_list

cpu_count

int

Field cpu_count

stats

dict

Field stats

curr_entries

str

Current Entry Count

total_created

str

Total Entry Created

total_inserted

str

Total Entry Inserted

total_withdrew

str

Total Entry Withdrew

total_ready_to_free

str

Total Entry Ready To Free

total_freed

str

Total Entry Freed

total_logs

str

Total Logs

total_overflow_entry_hits

str

Total Overflow Entry Hits

total_refill

str

Total Refills

total_credit_exceeded

str

Total Credit Exceeded

other_thread_refill

str

Other Thread Refilling

err_entry_create_failed

str

Entry Creation Failure

err_entry_create_oom

str

Entry Creation Out of Memory

err_entry_ext_create_oom

str

Entry Extension Creation Out of Memory

err_entry_insert_failed

str

Entry Insert Failed

err_vport_fail_match

str

Failed to Match Vport

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