a10_system_ip_threat_list

Synopsis

Configure System IP Threat List

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

sampling_enable

list

Field sampling_enable

counters1

str

‘all’= all; ‘packet_hit_count_in_sw’= Packet Hit Count in SW; ‘packet_hit_count_in_spe’= Packet Hit Count in SPE; ‘entries_added_in_sw’= Entries Added in SW; ‘entries_removed_from_sw’= Entries Removed from SW; ‘entries_added_in_spe’= Entries Added in SPE; ‘entries_removed_from_spe’= Entries Removed from SPE; ‘error_out_of_memory’= Out of memory Error; ‘error_out_of_spe_entries’= Out of SPE Entries Error;

ipv4_source_list

dict

Field ipv4_source_list

class_list_cfg

list

Field class_list_cfg

uuid

str

uuid of the object

ipv4_dest_list

dict

Field ipv4_dest_list

class_list_cfg

list

Field class_list_cfg

uuid

str

uuid of the object

ipv6_source_list

dict

Field ipv6_source_list

class_list_cfg

list

Field class_list_cfg

uuid

str

uuid of the object

ipv6_dest_list

dict

Field ipv6_dest_list

class_list_cfg

list

Field class_list_cfg

uuid

str

uuid of the object

ipv4_internet_host_list

dict

Field ipv4_internet_host_list

class_list_cfg

list

Field class_list_cfg

uuid

str

uuid of the object

ipv6_internet_host_list

dict

Field ipv6_internet_host_list

class_list_cfg

list

Field class_list_cfg

uuid

str

uuid of the object

oper

dict

Field oper

entries_list

list

Field entries_list

v4_address

str

Field v4_address

v4_netmask

str

Field v4_netmask

v6_prefix

str

Field v6_prefix

stats

dict

Field stats

packet_hit_count_in_sw

str

Packet Hit Count in SW

packet_hit_count_in_spe

str

Packet Hit Count in SPE

entries_added_in_sw

str

Entries Added in SW

entries_removed_from_sw

str

Entries Removed from SW

entries_added_in_spe

str

Entries Added in SPE

entries_removed_from_spe

str

Entries Removed from SPE

error_out_of_memory

str

Out of memory Error

error_out_of_spe_entries

str

Out of SPE Entries Error

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