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

n_subnet_learned

str

Subnet Entry of Network-object learned

n_subnet_aged

str

Subnet Entry of Network-object Aged

n_ip_learned

str

IP Entry of Network-object Learned

n_ip_aged

str

IP Entry of Network-object Aged

n_service_learned

str

Service Entry of Network-object Learned

n_service_aged

str

Service Entry of Network-object Aged

network_match_miss

str

Network-object Match Missed

session_match_miss

str

Session Match Missed

session_allocate_fail

str

Session Allocate Failed

session_learned

str

Session Learned

session_aged

str

Session Aged

src_port_hit

str

Src Port Entry Hit

src_port_miss

str

Src Port Entry Missed

src_port_learn

str

Src Port Entry Learned

src_port_age

str

Src Port Entry Aged

n_service_not_found

str

Service Entry of Network-object Not Found

n_subnet_create_fail

str

Subnet Entry of Network-object Create Failed

n_ip_create_fail

str

IP Entry of Network-object Create Failed

n_service_create_fail

str

Service Entry of Network-object Create Failed

db_unexpected_error

str

Database Unexpected Error

db_oper_failure

str

Database Operation Failure

db_open_failure

str

Database Open Failure

db_n_subnet_table_create_failure

str

Database Network Subnet Entry Table Creation Failure

db_n_ip_table_create_failure

str

Database Network IP Entry Table Creation Failure

db_n_svc_table_create_failure

str

Database Network Service Entry Table Creation Failure

db_n_subnet_save_attempt

str

Database Network Subnet Entry Saving Attempt

db_n_subnet_save_failure

str

Database Network Subnet Entry Saving Failure

db_n_subnet_restore_attempt

str

Database Network Subnet Entry Restoring Attempt

db_n_ip_save_attempt

str

Database Network IP Entry Saving Attempt

db_n_ip_save_failure

str

Database Network IP Entry Saving Failure

db_n_ip_restore_attempt

str

Database Network IP Entry Restoring Attempt

db_n_svc_save_attempt

str

Database Network Service Entry Saving Attempt

db_n_svc_save_failure

str

Database Network Service Entry Saving Failure

db_n_svc_restore_attempt

str

Database Network Service Entry Restoring Attempt

db_n_static_subnet_not_found

str

Database Network Static Subnet Entry Not Found

db_n_parent_entry_not_found

str

Database Network Parent Entry Not Found

db_worker_enq_failure

str

Database Worker Enqueue Failure

db_n_subnet_table_purge_failure

str

Database Network Subnet Entry Table Purge Entries Failure

db_n_ip_table_purge_failure

str

Database Network IP Entry Table Purge Entries Failure

db_n_svc_table_purge_failure

str

Database Network Service Entry Table Purge Entries Failure

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