a10_ddos_l4_other

Synopsis

l4 other 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

other_receive

str

OTHER Total Packets Received

other_frag_rcvd

str

OTHER Frag Received

other_total_drop

str

OTHER Total Packets Dropped

other_dst_drop

str

OTHER Dst Packets Dropped

other_frag_drop

str

OTHER Frag Dropped

other_src_drop

str

OTHER Src Packets Dropped

other_drop_black_user_cfg_src

str

OTHER Src Blacklist User Packets Dropped

other_src_dst_drop

str

OTHER SrcDst Packets Dropped

other_drop_black_user_cfg_src_dst

str

OTHER SrcDst Blacklist User Packets Dropped

dst_other_filter_match

str

Dst Filter Match

dst_other_filter_not_match

str

Dst Filter No Match

dst_other_filter_action_blacklist

str

Dst Filter Action Blacklist

dst_other_filter_action_drop

str

Dst Filter Action Drop

dst_other_filter_action_default_pass

str

Dst Filter Action Default Pass

dst_other_filter_action_whitelist

str

Dst Filter Action WL

src_other_filter_match

str

Src Filter Match

src_other_filter_not_match

str

Src Filter No Match

src_other_filter_action_blacklist

str

Src Filter Action Blacklist

src_other_filter_action_drop

str

Src Filter Action Drop

src_other_filter_action_default_pass

str

Src Filter Action Default Pass

src_other_filter_action_whitelist

str

Src Filter Action WL

src_dst_other_filter_match

str

SrcDst Filter Match

src_dst_other_filter_not_match

str

SrcDst Filter No Match

src_dst_other_filter_action_blacklist

str

SrcDst Filter Action Blacklist

src_dst_other_filter_action_drop

str

SrcDst Filter Action Drop

src_dst_other_filter_action_default_pass

str

SrcDst Filter Action Default Pass

src_dst_other_filter_action_whitelist

str

SrcDst Filter Action WL

other_any_exceed

str

OTHER Exceeded

other_drop_bl

str

OTHER Blacklisted Packets Dropped

other_total_bytes_rcv

str

OTHER Total Bytes Received

other_total_bytes_drop

str

OTHER Total Bytes Dropped

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