a10_fw_resource_usage

Synopsis

Firewall resource usage

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

oper

dict

Field oper

fw_object_current_count

int

Field fw_object_current_count

fw_object_total_count

int

Field fw_object_total_count

fw_object_group_current_count

int

Field fw_object_group_current_count

fw_object_group_total_count

int

Field fw_object_group_total_count

fw_rule_set_current_count

int

Field fw_rule_set_current_count

fw_rule_set_total_count

int

Field fw_rule_set_total_count

fw_rule_current_count

int

Field fw_rule_current_count

fw_rule_total_count

int

Field fw_rule_total_count

fw_zone_current_count

int

Field fw_zone_current_count

fw_zone_total_count

int

Field fw_zone_total_count

fw_ip_range_current_count

int

Field fw_ip_range_current_count

fw_ip_range_total_count

int

Field fw_ip_range_total_count

fw_helper_sessions_current_count

int

Field fw_helper_sessions_current_count

fw_helper_sessions_total_count

int

Field fw_helper_sessions_total_count

radius_table_current_count

int

Field radius_table_current_count

radius_table_total_count

int

Field radius_table_total_count

clause_per_obj_grp_current_count

str

Field clause_per_obj_grp_current_count

clause_per_obj_grp_total_count

int

Field clause_per_obj_grp_total_count

object

bool

Field object

object_group

bool

Field object_group

rule_set

bool

Field rule_set

rule

bool

Field rule

zone

bool

Field zone

ip_range

bool

Field ip_range

helper_sessions

bool

Field helper_sessions

radius_table_size

bool

Field radius_table_size

clause_per_obj_grp

bool

Field clause_per_obj_grp

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