a10_ddos_detection_statistics

Synopsis

DDoS Detection 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

stats

dict

Field stats

sflow_packets_received

str

sFlow Packets Received

not_supported_sflow_ver

str

sFlow Packets Version Not Supported

netflow_pkts_received

str

Netflow Packets Received

not_supproted_nflow_ver

str

Netflow Packets Version Not Supported

agent_not_found

str

Detection Agent Not Found

pkt_drop

str

Flow Packets Dropped

report_alloc_fail

str

Report Allocate Failure

report_enqueue_fail

str

Report Enqueue Failure

sample_procssed

str

Sample Processed

ip_rcvd

str

IPv4 Received

ipv6_rcvd

str

IPv6 Received

frag_rcvd

str

Fragment Received

dst_hit

str

Dst Entry Hit

dst_miss

str

Dst Entry Missed

dst_learn

str

Dst Entry Learned

dst_age

str

Dst Entry Aged

dst_service_hit

str

Dst Service Entry Hit

dst_service_miss

str

Dst Service Entry Missed

dst_service_learn

str

Dst Service Entry Learned

dst_service_age

str

Dst Service Entry Aged

src_hit

str

Src Entry Hit

src_miss

str

Src Entry Missed

src_learn

str

Src Entry Learned

src_age

str

Src Entry Aged

entry_alloc_fail

str

Entry Allocate Failure

geo_learn

str

Geolocation Entry Learned

geo_age

str

Geolocation Entry Aged

unmatch_entry_port_zero

str

Unmatched Entry Port-zero Packet

object_alloc_oom

str

Object Allocate Failure Out of Memory

invalid_event

str

Invalid Event in Notification

rtbh_start_sent

str

RTBH Start Notification Sent

rtbh_stop_sent

str

RTBH Stop Notification Sent

rtbh_start_fail

str

RTBH Start Notification Sent Failed

rtbh_stop_fail

str

RTBH Stop Notification Sent Failed

invalid_proto

str

Invalid Proto in Notification

dst_ip_learn

str

Dst IP Entry Learned

dst_ip_age

str

Dst IP Entry Aged

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