a10_gslb_dns

Synopsis

DNS Global Options

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

action

str

‘none’= No action (default); ‘drop’= Drop query; ‘reject’= Send refuse response; ‘ignore’= Send empty response;

logging

str

‘none’= No logging (default); ‘query’= DNS Query; ‘response’= DNS Response; ‘both’= Both DNS Query and Response;

template

str

Logging template (Logging Template Name)

uuid

str

uuid of the object

sampling_enable

list

Field sampling_enable

counters1

str

‘all’= all; ‘total-query’= Total number of DNS queries received; ‘total- response’= Total number of DNS replies sent to clients; ‘bad-packet-query’= Number of queries with incorrect data length; ‘bad-packet-response’= Number of replies with incorrect data length; ‘bad-header-query’= Number of queries with incorrect header; ‘bad-header-response’= Number of replies with incorrect header; ‘bad-format-query’= Number of queries with incorrect format; ‘bad- format-response’= Number of replies with incorrect format; ‘bad-service-query’= Number of queries with unknown service; ‘bad-service-response’= Number of replies with unknown service; ‘bad-class-query’= Number of queries with incorrect class; ‘bad-class-response’= Number of replies with incorrect class; ‘bad-type-query’= Number of queries with incorrect type; ‘bad-type-response’= Number of replies with incorrect type; ‘no_answer’= Number of replies with unknown server IP; ‘metric_health_check’= Metric Health Check Hit; ‘metric_weighted_ip’= Metric Weighted IP Hit; ‘metric_weighted_site’= Metric Weighted Site Hit; ‘metric_capacity’= Metric Capacity Hit; ‘metric_active_server’= Metric Active Server Hit; ‘metric_easy_rdt’= Metric Easy RDT Hit; ‘metric_active_rdt’= Metric Active RDT Hit; ‘metric_geographic’= Metric Geographic Hit; ‘metric_connection_load’= Metric Connection Load Hit; ‘metric_number_of_sessions’= Metric Number of Sessions Hit; ‘metric_active_weight’= Metric Active Weight Hit; ‘metric_admin_preference’= Metric Admin Preference Hit; ‘metric_bandwidth_quality’= Metric Bandwidth Quality Hit; ‘metric_bandwidth_cost’= Metric Bandwidth Cost Hit; ‘metric_user’= Metric User Hit; ‘metric_least_reponse’= Metric Least Reponse Hit; ‘metric_admin_ip’= Metric Admin IP Hit; ‘metric_round_robin’= Metric Round Robin Hit;

stats

dict

Field stats

total_query

str

Total number of DNS queries received

total_response

str

Total number of DNS replies sent to clients

bad_packet_query

str

Number of queries with incorrect data length

bad_packet_response

str

Number of replies with incorrect data length

bad_header_query

str

Number of queries with incorrect header

bad_header_response

str

Number of replies with incorrect header

bad_format_query

str

Number of queries with incorrect format

bad_format_response

str

Number of replies with incorrect format

bad_service_query

str

Number of queries with unknown service

bad_service_response

str

Number of replies with unknown service

bad_class_query

str

Number of queries with incorrect class

bad_class_response

str

Number of replies with incorrect class

bad_type_query

str

Number of queries with incorrect type

bad_type_response

str

Number of replies with incorrect type

no_answer

str

Number of replies with unknown server IP

metric_health_check

str

Metric Health Check Hit

metric_weighted_ip

str

Metric Weighted IP Hit

metric_weighted_site

str

Metric Weighted Site Hit

metric_capacity

str

Metric Capacity Hit

metric_active_server

str

Metric Active Server Hit

metric_easy_rdt

str

Metric Easy RDT Hit

metric_active_rdt

str

Metric Active RDT Hit

metric_geographic

str

Metric Geographic Hit

metric_connection_load

str

Metric Connection Load Hit

metric_number_of_sessions

str

Metric Number of Sessions Hit

metric_active_weight

str

Metric Active Weight Hit

metric_admin_preference

str

Metric Admin Preference Hit

metric_bandwidth_quality

str

Metric Bandwidth Quality Hit

metric_bandwidth_cost

str

Metric Bandwidth Cost Hit

metric_user

str

Metric User Hit

metric_least_reponse

str

Metric Least Reponse Hit

metric_admin_ip

str

Metric Admin IP Hit

metric_round_robin

str

Metric Round Robin Hit

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