a10_ddos_l4_sync

Synopsis

sync counters

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

stats

dict

Field stats

sync_hello_rcv

str

Sync Hello Received

sync_hello_sent

str

Sync Hello Sent

sync_dst_sent

str

Sync Dst Sent

sync_dst_rcv

str

Sync Dst Received

sync_src_sent

str

Sync Src Sent

sync_src_rcv

str

Sync Src Received

sync_src_dst_sent

str

Sync SrcDst Sent

sync_src_dst_rcv

str

Sync SrcDst Received

sync_szp_sent

str

Sync SrcZoneService Sent

sync_szp_rcv

str

Sync SrcZoneService Received

sync_sent_no_peer

str

Sync Sent No Peer

sync_sent_fail

str

Sync Sent Failed

sync_rcv_hello_unk_peer

str

Sync Received Hello Unknown Peer

sync_src_dst_no_dst_drop

str

Sync SrcDst No-Dst

sync_szp_no_dst_drop

str

Sync SrcZoneService No-Dst

sync_rcv_entry_create_fail

str

Sync Received Entry Create Failed

sync_rcv_entry_conflict_static

str

Sync Received Entry Conflict Static

sync_rcv_unk_msg

str

Sync Received Unknown Msg

sync_rcv_fail

str

Sync Received Failed

sync_rcv_hello_unk_subtype

str

Sync Received Hello Unknown Subtype

sync_rcv_entry_unk_subtype

str

Sync Received Entry Unknown Subtype

sync_rcv_entry_unk

str

Sync Received Unknown Entry

sync_src_udp_wl_sent

str

Sync Sent Src UDP Authenticated

sync_src_tcp_wl_sent

str

Sync Sent Src TCP Authenticated

sync_src_icmp_wl_sent

str

Sync Sent Src ICMP Authenticated

sync_src_other_wl_sent

str

Sync Sent Src OTHER Authenticated

sync_src_dns_udp_auth_sent

str

Sync Sent Src DNS UDP Authenticated

sync_src_dns_tcp_auth_sent

str

Sync Sent Src DNS Force-TCP Authenticated

sync_src_bl_sent

str

Sync Sent Src Blacklisted

sync_src_dst_udp_wl_sent

str

Sync Sent SrcDst UDP Authenticated

sync_src_dst_tcp_wl_sent

str

Sync Sent SrcDst TCP Authenticated

sync_src_dst_icmp_wl_sent

str

Sync Sent SrcDst ICMP Authenticated

sync_src_dst_other_wl_sent

str

Sync Sent SrcDst OTHER Authenticated

sync_src_dst_dns_udp_auth_sent

str

Sync Sent SrcDst DNS UDP Authenticated

sync_src_dst_dns_tcp_auth_sent

str

Sync Sent SrcDst DNS Force-TCP Authenticated

sync_src_dst_bl_sent

str

Sync Sent SrcDst Blacklisted

sync_szp_tcp_auth_sent

str

Sync Sent SrcZoneService TCP Authenticated

sync_szp_udp_auth_sent

str

Sync Sent SrcZoneService UDP Authenticated

sync_szp_icmp_auth_sent

str

Sync Sent SrcZoneService ICMP Authenticated

sync_szp_other_auth_sent

str

Sync Sent SrcZoneService OTHER Authenticated

sync_szp_dns_udp_auth_sent

str

Sync Sent SrcZoneService DNS UDP Authenticated

sync_szp_dns_tcp_auth_sent

str

Sync Sent SrcZoneService DNS Force-TCP Authenticated

sync_szp_bl_sent

str

Sync Sent SrcZoneService Blacklist

sync_src_udp_wl_rcvd

str

Sync Received Src UDP Authenticated

sync_src_tcp_wl_rcvd

str

Sync Received Src TCP Authenticated

sync_src_icmp_wl_rcvd

str

Sync Received Src ICMP Authenticated

sync_src_other_wl_rcvd

str

Sync Received Src OTHER Authenticated

sync_src_dns_udp_auth_rcvd

str

Sync Received Src DNS UDP Authenticated

sync_src_dns_tcp_auth_rcvd

str

Sync Received Src DNS Force-TCP Authenticated

sync_src_bl_rcvd

str

Sync Received Src Blacklisted

sync_src_dst_udp_wl_rcvd

str

Sync Received SrcDst UDP Authenticated

sync_src_dst_tcp_wl_rcvd

str

Sync Received SrcDst TCP Authenticated

sync_src_dst_icmp_wl_rcvd

str

Sync Received SrcDst ICMP Authenticated

sync_src_dst_other_wl_rcvd

str

Sync Received SrcDst OTHER Authenticated

sync_src_dst_dns_udp_auth_rcvd

str

Sync Received SrcDst DNS UDP Authenticated

sync_src_dst_dns_tcp_auth_rcvd

str

Sync Received SrcDst DNS Force-TCP Authenticated

sync_src_dst_bl_rcvd

str

Sync Received SrcDst Blacklisted

sync_szp_tcp_auth_rcvd

str

Sync Received SrcZoneService TCP Authenticated

sync_szp_udp_auth_rcvd

str

Sync Received SrcZoneService UDP Authenticated

sync_szp_icmp_auth_rcvd

str

Sync Received SrcZoneService ICMP Authenticated

sync_szp_other_auth_rcvd

str

Sync Received SrcZoneService OTHER Authenticated

sync_szp_dns_udp_auth_rcvd

str

Sync Received SrcZoneService DNS UDP Authenticated

sync_szp_dns_tcp_auth_rcvd

str

Sync Received SrcZoneService DNS Force-TCP Authenticated

sync_szp_bl_rcvd

str

Sync Received SrcZoneService Blacklist

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