a10_ddos_dst_zone_detection_outbound_detection

Synopsis

DDOS Outbound Detection

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

zone_name

str/required

Key to identify parent object

configuration

str/required

‘configuration’= configuration;

toggle

str

‘enable’= Enable outbound detection; ‘disable’= Disable outbound detection;

discovery_method

str

‘asn’= Autonomous Systems number; ‘country’= Country;

discovery_record

int

Maximum number of top locations

enable_top_k

list

Field enable_top_k

topk_type

str

‘source-subnet’= Topk source subnet;

topk_netmask

int

Subnet mask. The value should be less than or equal to the minimum zone subnet mask + 8 (IPv6 Subnet mask)

topk_num_records

int

Maximum number of records to show in topk

uuid

str

uuid of the object

indicator_list

list

Field indicator_list

ntype

str

‘pkt-rate’= rate of incoming packets; ‘pkt-drop-rate’= rate of packets got dropped; ‘bit-rate’= rate of incoming bits; ‘pkt-drop-ratio’= ratio of incoming packet rate divided by the rate of dropping packets; ‘bytes-to-bytes-from- ratio’= ratio of incoming packet rate divided by the rate of outgoing packets; ‘syn-rate’= rate on incoming SYN packets; ‘fin-rate’= rate on incoming FIN packets; ‘rst-rate’= rate of incoming RST packets; ‘small-window-ack-rate’= rate of small window advertisement; ‘empty-ack-rate’= rate of incoming packets which have no payload; ‘small-payload-rate’= rate of short payload packet; ‘syn-fin-ratio’= ratio of incoming SYN packet rate divided by the rate of incoming FIN packets;

tcp_window_size

int

Expected minimal window size

data_packet_size

int

Expected minimal data size

threshold_num

int

Threshold for each geo-location

threshold_str

str

Threshold for each geo-location (Non-zero floating point)

uuid

str

uuid of the object

user_tag

str

Customized tag

topk_source_subnet

dict

Field topk_source_subnet

uuid

str

uuid of the object

oper

dict

Field oper

discovery_timestamp

str

Field discovery_timestamp

entry_list

list

Field entry_list

topk_source_subnet

dict

Field topk_source_subnet

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