a10_ddos_switch

Synopsis

switch 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_rcvd

str

IPv4 Received

ip_sent

str

IPv4 Sent

ipv6_rcvd

str

IPv6 Received

ipv6_sent

str

IPv6 Sent

in_stateless_pkt

str

Stateless Packets Received

noroute

str

IPv4/v6 Out No Route

pkt_not_for_ddos

str

Not For DDOS

ingress_bytes

str

Inbound Bytes Received

egress_bytes

str

Outbound Bytes Received

ingress_packets

str

Inbound Packets Received

egress_packets

str

Outbound Packets Received

src_ip_bypass

str

Src IP Bypass

dst_ip_bypass

str

Dst IP Bypass

dst_blackhole_inject

str

Dst Blackhole Injected

dst_blackhole_withdraw

str

Dst Blackhole Withdrawn

mpls_rcvd

str

MPLS Received

mpls_drop

str

MPLS Dropped

mpls_malformed

str

MPLS Malformed

jumbo_frag_drop_by_filter

str

Jumbo Fragment Filter Miss Drop

jumbo_frag_drop_before_slb

str

Jumbo Fragment Non Data Plane Drop

jumbo_outgoing_mtu_exceed_drop

str

Jumbo Outgoing MTU Exceed Drop

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