a10_ddos_brief
Synopsis
ddos brief 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 |
||
ip_rcv str |
IPv4 Received |
||
ip_sent str |
IPv4 Sent |
||
ipv6_rcv str |
IPv6 Received |
||
ipv6_sent str |
IPv6 Sent |
||
out_no_route str |
IPv4/v6 Out No Route |
||
not_for_ddos str |
Not For DDOS |
||
instateless str |
Stateless Packets Received |
||
intcp str |
TCP Total Packets Received |
||
inudp str |
UDP Total Packets Received |
||
inicmp str |
ICMP Total Packets Received |
||
inother str |
OTHER Total Packets Received |
||
v4_sess_create str |
IPv4 Session Created |
||
v6_sess_create str |
IPv6 Session Created |
||
tcp_sess_create str |
TCP Sessions Created |
||
udp_sess_create str |
UDP Sessions Created |
||
sess_aged_out str |
Session Aged Out |
||
tcp_total_drop str |
TCP Total Packets Dropped |
||
tcp_dst_drop str |
TCP Dst Packets Dropped |
||
tcp_src_drop str |
TCP Src Packets Dropped |
||
tcp_src_dst_drop str |
TCP SrcDst Packets Dropped |
||
udp_total_drop str |
UDP Total Packets Dropped |
||
udp_dst_drop str |
UDP Dst Packets Dropped |
||
udp_src_drop str |
UDP Src Packets Dropped |
||
udp_src_dst_drop str |
UDP SrcDst Packets Dropped |
||
icmp_total_drop str |
ICMP Total Packets Dropped |
||
icmp_dst_drop str |
ICMP Dst Packets Dropped |
||
icmp_src_drop str |
ICMP Src Packets Dropped |
||
icmp_src_dst_drop str |
ICMP SrcDst Packets Dropped |
||
other_total_drop str |
OTHER Total Packets Dropped |
||
other_dst_drop str |
OTHER Dst Packets Dropped |
||
other_src_drop str |
OTHER Src Packets Dropped |
||
other_src_dst_drop str |
OTHER SrcDst Packets Dropped |
||
frag_rcvd str |
Fragmented Packets Received |
||
frag_drop str |
Fragmented Packets Dropped |
||
dst_port_undef_drop str |
Dst Port Undefined Dropped |
||
dst_port_exceed_drop_any str |
Dst Port Exceed Dropped |
||
dst_ipproto_bl str |
Dst IP-Proto Blacklist Packets Dropped |
||
dst_port_bl str |
Dst Port Blacklist Packets Dropped |
||
dst_sport_bl str |
Dst SrcPort Blacklist Packets Dropped |
||
dst_sport_exceed_drop_any str |
Dst SrcPort Exceed Dropped |
||
dst_ipproto_rcvd str |
Dst IP-Proto Total Packets Received |
||
dst_ipproto_drop str |
Dst IP-Proto Total Packets Dropped |
||
dst_ipproto_exceed_drop_any str |
Dst IP-Proto Exceed Dropped |
||
src_ip_bypass str |
Src IP Bypass |
||
dst_ingress_bytes str |
Inbound Bytes Received |
||
dst_egress_bytes str |
Outbound Bytes Received |
||
dst_ingress_packets str |
Inbound Packets Received |
||
dst_egress_packets str |
Outbound Packets Received |
||
dst_ip_bypass str |
Dst IP Bypass |
||
dst_blackhole_inject str |
Dst Blackhole Injected |
||
dst_blackhole_withdraw str |
Dst Blackhole Withdrawn |
||
tcp_total_bytes_rcv str |
TCP Total Bytes Received |
||
tcp_total_bytes_drop str |
TCP Total Bytes Dropped |
||
udp_total_bytes_rcv str |
UDP Total Bytes Received |
||
udp_total_bytes_drop str |
UDP Total Bytes Dropped |
||
icmp_total_bytes_rcv str |
ICMP Total Bytes Received |
||
icmp_total_bytes_drop str |
ICMP Total Bytes Dropped |
||
other_total_bytes_rcv str |
OTHER Total Bytes Received |
||
other_total_bytes_drop str |
OTHER Total Bytes Dropped |
||
udp_any_exceed str |
UDP Exceeded |
||
tcp_any_exceed str |
TCP Exceeded |
||
icmp_any_exceed str |
ICMP Exceeded |
||
other_any_exceed str |
OTHER Exceeded |
||
tcp_drop_bl str |
TCP Blacklist Packets Dropped |
||
udp_drop_bl str |
UDP Blacklist Packets Dropped |
||
icmp_drop_bl str |
ICMP Blacklisted Packets Dropped |
||
other_drop_bl str |
OTHER Blacklisted Packets Dropped |
||
glid_action_encap_send_immed str |
Glid Action Tunnel-encap |
||
glid_action_encap_send_delay str |
Glid Action Tunnel-encap with Scrub |
||
dst_hw_drop str |
Dst Default Hardware Packets Dropped |
||
dst_hw_drop_rule_inserted str |
Dst Default Hardware Drop Rules Inserted |
||
dst_hw_drop_rule_removed str |
Dst Default Hardware Drop Rules Removed |
||
src_hw_drop_rule_inserted str |
Src Default Hardware Drop Rules Inserted |
||
src_hw_drop_rule_removed str |
Src Default Hardware Drop Rules Removed |
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.