a10_ddos_system_default

Synopsis

Configure system default values for DDOS

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

limit_list

list

Field limit_list

limit_type

str

‘dst-entry’= dst-entry; ‘dst-icmp’= dst-icmp; ‘dst-other’= dst-other; ‘dst- tcp’= dst-tcp; ‘dst-udp’= dst-udp; ‘src-entry’= src-entry; ‘src-icmp’= src- icmp; ‘src-other’= src-other; ‘src-tcp’= src-tcp; ‘src-udp’= src-udp;

default_over_limit_action

dict

Field default_over_limit_action

default_pkt_rate_limit

int

Configure Default Packet rate limit

default_bit_rate_limit

int

Configure Default Kibit (kibibit / 1024-bit) rate limit

default_frag_pkt_rate_limit

int

Configure Default Fragmented packet rate limit

default_conn_limit

int

Configure Default Connection limit

default_conn_rate_limit

int

Configure Default Connection rate limit

uuid

str

uuid of the object

user_tag

str

Customized tag

oper

dict

Field oper

dst_bit_entry

str

Field dst_bit_entry

dst_bit_udp

str

Field dst_bit_udp

dst_bit_tcp

str

Field dst_bit_tcp

dst_bit_icmp

str

Field dst_bit_icmp

dst_bit_other

str

Field dst_bit_other

dst_pkt_entry

str

Field dst_pkt_entry

dst_pkt_udp

str

Field dst_pkt_udp

dst_pkt_tcp

str

Field dst_pkt_tcp

dst_pkt_icmp

str

Field dst_pkt_icmp

dst_pkt_other

str

Field dst_pkt_other

dst_conn_entry

str

Field dst_conn_entry

dst_conn_udp

str

Field dst_conn_udp

dst_conn_tcp

str

Field dst_conn_tcp

dst_conn_icmp

str

Field dst_conn_icmp

dst_conn_other

str

Field dst_conn_other

dst_conn_r_entry

str

Field dst_conn_r_entry

dst_conn_r_udp

str

Field dst_conn_r_udp

dst_conn_r_tcp

str

Field dst_conn_r_tcp

dst_conn_r_icmp

str

Field dst_conn_r_icmp

dst_conn_r_other

str

Field dst_conn_r_other

dst_frag_entry

str

Field dst_frag_entry

dst_frag_udp

str

Field dst_frag_udp

dst_frag_tcp

str

Field dst_frag_tcp

dst_frag_icmp

str

Field dst_frag_icmp

dst_frag_other

str

Field dst_frag_other

src_bit_entry

str

Field src_bit_entry

src_bit_udp

str

Field src_bit_udp

src_bit_tcp

str

Field src_bit_tcp

src_bit_icmp

str

Field src_bit_icmp

src_bit_other

str

Field src_bit_other

src_pkt_entry

str

Field src_pkt_entry

src_pkt_udp

str

Field src_pkt_udp

src_pkt_tcp

str

Field src_pkt_tcp

src_pkt_icmp

str

Field src_pkt_icmp

src_pkt_other

str

Field src_pkt_other

src_conn_entry

str

Field src_conn_entry

src_conn_udp

str

Field src_conn_udp

src_conn_tcp

str

Field src_conn_tcp

src_conn_icmp

str

Field src_conn_icmp

src_conn_other

str

Field src_conn_other

src_conn_r_entry

str

Field src_conn_r_entry

src_conn_r_udp

str

Field src_conn_r_udp

src_conn_r_tcp

str

Field src_conn_r_tcp

src_conn_r_icmp

str

Field src_conn_r_icmp

src_conn_r_other

str

Field src_conn_r_other

src_frag_entry

str

Field src_frag_entry

src_frag_tcp

str

Field src_frag_tcp

src_frag_udp

str

Field src_frag_udp

src_frag_icmp

str

Field src_frag_icmp

src_frag_other

str

Field src_frag_other

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