a10_web_category_statistics

Synopsis

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; ‘db-lookup’= db-lookup; ‘cloud-cache-lookup’= cloud-cache-lookup; ‘cloud-lookup’= cloud-lookup; ‘rtu-lookup’= rtu-lookup; ‘lookup-latency’= lookup-latency; ‘db-mem’= db-mem; ‘rtu-cache-mem’= rtu-cache-mem; ‘lookup- cache-mem’= lookup-cache-mem;

oper

dict

Field oper

num_dplane_threads

int

Field num_dplane_threads

num_lookup_threads

int

Field num_lookup_threads

per_cpu_list

list

Field per_cpu_list

total_req_queue

int

Field total_req_queue

total_req_dropped

int

Field total_req_dropped

total_req_processed

int

Field total_req_processed

total_req_lookup_processed

int

Field total_req_lookup_processed

stats

dict

Field stats

db_lookup

str

Field db_lookup

cloud_cache_lookup

str

Field cloud_cache_lookup

cloud_lookup

str

Field cloud_lookup

rtu_lookup

str

Field rtu_lookup

lookup_latency

str

Field lookup_latency

db_mem

str

Field db_mem

rtu_cache_mem

str

Field rtu_cache_mem

lookup_cache_mem

str

Field lookup_cache_mem

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