a10_acos_events_statistics

Synopsis

acos events global 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; ‘msg_sent’= Messages sent, to Remote; ‘msg_sent_logdb’= Messages sent, to LogDB; ‘msg_dropped_format_not_defined’= Messages Dropped, format not defined; ‘msg_dropped_malloc_failure’= Messages Dropped, malloc failure; ‘msg_dropped_no_template’= Messages Dropped, no active template; ‘msg_dropped_selector’= Messages Dropped, selector does not enable msg; ‘msg_dropped_too_long’= Messages Dropped, invalid length; ‘msg_dropped_craft_fail’= Messages Dropped, msg crafting failed; ‘msg_dropped_local_log_ratelimit’= Messages Dropped, local log ratelimited; ‘msg_dropped_remote_log_ratelimit’= Messages Dropped, remote log ratelimited; ‘msg_dropped_send_failed’= Messages Dropped, send failed; ‘msg_dropped_no_active_member’= Messages Dropped, no active member in collector grp; ‘msg_dropped_route_fail’= Messages Dropped, Route lookup failed; ‘msg_dropped_other’= Messages Dropped, unexpected error; ‘no_template’= Message API called, with no active template; ‘msg_dropped_lost_during_config_change’= Messages Dropped, lost during config change; ‘local_enqueue_pass’= Messages enqueue to Logd passed; ‘msg_sent_to_logd’= Messages sent to Logd via IPC; ‘msg_retry_after_socket_fail’= Messages retried to be sent to Logd via IPC; ‘msg_sent_direct_syslog’= Messages sent to syslog directly from axlog; ‘msg_dropped_send_to_logd_fail’= Messages Dropped, send to Logd via IPC failed; ‘msg_dropped_trylock_fail’= Messages Dropped, Trylock failed in axlog; ‘msg_dropped_remote_cplane_log_ratelimit’= Messages Dropped, Remote cplane log ratelimited; ‘msg_dropped_remote_dplane_log_ratelimit’= Messages Dropped, Remote dplane log ratelimited; ‘msg_dropped_local_enqueue_failed’= Messages Dropped, Enqueue to Logd failed; ‘msg_dropped_grp_not_used’= Messages Dropped, Collector group not used; ‘msg_sent_remote_cplane’= Messages Sent, to remote in logd; ‘msg_dropped_no_template_logd’= Messages Dropped, no active template in Logd; ‘msg_dropped_lost_during_config_change_logd’= Messages Dropped, lost during config change in Logd; ‘msg_dropped_craft_fail_logd’= Messages Dropped, msg crafting failed in Logd; ‘msg_dropped_send_failed_logd’= Messages Dropped, send failed in Logd; ‘msg_dropped_no_active_member_logd’= Messages Dropped, no active member in collector grp in Logd; ‘msg_dropped_other_logd’= Messages Dropped, unexpected error in Logd; ‘msg_dropped_invalid_part’= Messages Dropped, Invalid partition Id; ‘acos_evt_test_logs_ticks’= Number of ticks when running ACOS Event Test Logs; ‘param_msg_sent_to_hc’= Parameterized log sent to HC; ‘param_msg_sent_fail’= Parameterized log send to HC failed; ‘param_msg_encode_fail’= Parameterized log AVRO encoding failed;

stats

dict

Field stats

msg_sent

str

Messages sent, to Remote

msg_sent_logdb

str

Messages sent, to LogDB

msg_dropped_format_not_defined

str

Messages Dropped, format not defined

msg_dropped_malloc_failure

str

Messages Dropped, malloc failure

msg_dropped_no_template

str

Messages Dropped, no active template

msg_dropped_selector

str

Messages Dropped, selector does not enable msg

msg_dropped_too_long

str

Messages Dropped, invalid length

msg_dropped_craft_fail

str

Messages Dropped, msg crafting failed

msg_dropped_local_log_ratelimit

str

Messages Dropped, local log ratelimited

msg_dropped_send_failed

str

Messages Dropped, send failed

msg_dropped_no_active_member

str

Messages Dropped, no active member in collector grp

msg_dropped_route_fail

str

Messages Dropped, Route lookup failed

msg_dropped_other

str

Messages Dropped, unexpected error

param_msg_sent_to_hc

str

Parameterized log sent to HC

param_msg_sent_fail

str

Parameterized log send to HC failed

param_msg_encode_fail

str

Parameterized log AVRO encoding failed

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