a10_visibility_mon_entity_telemetry_data

Synopsis

dummy schema for sflow exports

Parameters

Parameters

Choices/Defaults

Comment

state

str/required

[‘noop’, ‘present’]

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; ‘in_pkts’= Monitored Entity telemetry Metric IN pkts; ‘out_pkts’= Monitored Entity telemetry Metric OUT pkts; ‘in_bytes’= Monitored Entity telemetry Metric IN bytes; ‘out_bytes’= Monitored Entity telemetry Metric OUT bytes; ‘errors’= Monitored Entity telemetry Metric ERRORS; ‘in_small_pkt’= Monitored Entity telemetry Metric IN SMALL pkt; ‘in_frag’= Monitored Entity telemetry Metric IN frag; ‘out_small_pkt’= Monitored Entity telemetry Metric OUT SMALL pkt; ‘out_frag’= Monitored Entity telemetry Metric OUT frag; ‘new- conn’= Monitored Entity telemetry Metric New Sessions; ‘avg_data_cpu_util’= Monitored Entity telemetry Metric Average data CPU utilization; ‘outside_intf_util’= Monitored Entity telemetry Metric Outside interface utilization; ‘concurrent-conn’= concurrent-conn; ‘in_bytes_per_out_bytes’= Monitored Entity telemetry Metric IN bytes per OUT bytes; ‘drop_pkts_per_pkts’= Monitored Entity telemetry Metric Drop pkts per pkts; ‘tcp_in_syn’= Monitored Entity telemetry Metric TCP IN syn; ‘tcp_out_syn’= Monitored Entity telemetry Metric TCP OUT syn; ‘tcp_in_fin’= Monitored Entity telemetry Metric TCP IN fin; ‘tcp_out_fin’= Monitored Entity telemetry Metric TCP OUT fin; ‘tcp_in_payload’= Monitored Entity telemetry Metric TCP IN payload; ‘tcp_out_payload’= Monitored Entity telemetry Metric TCP OUT payload; ‘tcp_in_rexmit’= Monitored Entity telemetry Metric TCP IN rexmit; ‘tcp_out_rexmit’= Monitored Entity telemetry Metric TCP OUT rexmit; ‘tcp_in_rst’= Monitored Entity telemetry Metric TCP IN rst; ‘tcp_out_rst’= Monitored Entity telemetry Metric TCP OUT rst; ‘tcp_in_empty_ack’= Monitored Entity telemetry Metric TCP_IN EMPTY ack; ‘tcp_out_empty_ack’= Monitored Entity telemetry Metric TCP OUT EMPTY ack; ‘tcp_in_zero_wnd’= Monitored Entity telemetry Metric TCP IN ZERO wnd; ‘tcp_out_zero_wnd’= Monitored Entity telemetry Metric TCP OUT ZERO wnd; ‘tcp_conn_miss’= Monitored Entity telemetry Metric TCP connection miss; ‘tcp_fwd_syn_per_fin’= Monitored Entity telemetry Metric TCP FWD SYN per FIN;

stats

dict

Field stats

in_pkts

str

Monitored Entity telemetry Metric IN pkts

out_pkts

str

Monitored Entity telemetry Metric OUT pkts

in_bytes

str

Monitored Entity telemetry Metric IN bytes

out_bytes

str

Monitored Entity telemetry Metric OUT bytes

errors

str

Monitored Entity telemetry Metric ERRORS

in_small_pkt

str

Monitored Entity telemetry Metric IN SMALL pkt

in_frag

str

Monitored Entity telemetry Metric IN frag

out_small_pkt

str

Monitored Entity telemetry Metric OUT SMALL pkt

out_frag

str

Monitored Entity telemetry Metric OUT frag

new_conn

str

Monitored Entity telemetry Metric New Sessions

avg_data_cpu_util

str

Monitored Entity telemetry Metric Average data CPU utilization

outside_intf_util

str

Monitored Entity telemetry Metric Outside interface utilization

concurrent_conn

str

Field concurrent_conn

in_bytes_per_out_bytes

str

Monitored Entity telemetry Metric IN bytes per OUT bytes

drop_pkts_per_pkts

str

Monitored Entity telemetry Metric Drop pkts per pkts

tcp_in_syn

str

Monitored Entity telemetry Metric TCP IN syn

tcp_out_syn

str

Monitored Entity telemetry Metric TCP OUT syn

tcp_in_fin

str

Monitored Entity telemetry Metric TCP IN fin

tcp_out_fin

str

Monitored Entity telemetry Metric TCP OUT fin

tcp_in_payload

str

Monitored Entity telemetry Metric TCP IN payload

tcp_out_payload

str

Monitored Entity telemetry Metric TCP OUT payload

tcp_in_rexmit

str

Monitored Entity telemetry Metric TCP IN rexmit

tcp_out_rexmit

str

Monitored Entity telemetry Metric TCP OUT rexmit

tcp_in_rst

str

Monitored Entity telemetry Metric TCP IN rst

tcp_out_rst

str

Monitored Entity telemetry Metric TCP OUT rst

tcp_in_empty_ack

str

Monitored Entity telemetry Metric TCP_IN EMPTY ack

tcp_out_empty_ack

str

Monitored Entity telemetry Metric TCP OUT EMPTY ack

tcp_in_zero_wnd

str

Monitored Entity telemetry Metric TCP IN ZERO wnd

tcp_out_zero_wnd

str

Monitored Entity telemetry Metric TCP OUT ZERO wnd

tcp_conn_miss

str

Monitored Entity telemetry Metric TCP connection miss

tcp_fwd_syn_per_fin

str

Monitored Entity telemetry Metric TCP FWD SYN per FIN

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