a10_system_resource_accounting_template

Synopsis

Create resource accounting template

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

name

str/required

Enter template name

uuid

str

uuid of the object

user_tag

str

Customized tag

app_resources

dict

Field app_resources

gslb_device_cfg

dict

Field gslb_device_cfg

gslb_geo_location_cfg

dict

Field gslb_geo_location_cfg

gslb_ip_list_cfg

dict

Field gslb_ip_list_cfg

gslb_policy_cfg

dict

Field gslb_policy_cfg

gslb_service_cfg

dict

Field gslb_service_cfg

gslb_service_ip_cfg

dict

Field gslb_service_ip_cfg

gslb_service_port_cfg

dict

Field gslb_service_port_cfg

gslb_site_cfg

dict

Field gslb_site_cfg

gslb_svc_group_cfg

dict

Field gslb_svc_group_cfg

gslb_template_cfg

dict

Field gslb_template_cfg

gslb_zone_cfg

dict

Field gslb_zone_cfg

health_monitor_cfg

dict

Field health_monitor_cfg

real_port_cfg

dict

Field real_port_cfg

real_server_cfg

dict

Field real_server_cfg

service_group_cfg

dict

Field service_group_cfg

virtual_server_cfg

dict

Field virtual_server_cfg

virtual_port_cfg

dict

Field virtual_port_cfg

cache_template_cfg

dict

Field cache_template_cfg

client_ssl_template_cfg

dict

Field client_ssl_template_cfg

conn_reuse_template_cfg

dict

Field conn_reuse_template_cfg

fast_tcp_template_cfg

dict

Field fast_tcp_template_cfg

fast_udp_template_cfg

dict

Field fast_udp_template_cfg

fix_template_cfg

dict

Field fix_template_cfg

http_template_cfg

dict

Field http_template_cfg

link_cost_template_cfg

dict

Field link_cost_template_cfg

pbslb_entry_cfg

dict

Field pbslb_entry_cfg

persist_cookie_template_cfg

dict

Field persist_cookie_template_cfg

persist_srcip_template_cfg

dict

Field persist_srcip_template_cfg

server_ssl_template_cfg

dict

Field server_ssl_template_cfg

proxy_template_cfg

dict

Field proxy_template_cfg

stream_template_cfg

dict

Field stream_template_cfg

threshold

int

Enter the threshold as a percentage (Threshold in percentage(default is 100%))

uuid

str

uuid of the object

network_resources

dict

Field network_resources

static_ipv4_route_cfg

dict

Field static_ipv4_route_cfg

static_ipv6_route_cfg

dict

Field static_ipv6_route_cfg

ipv4_acl_line_cfg

dict

Field ipv4_acl_line_cfg

ipv6_acl_line_cfg

dict

Field ipv6_acl_line_cfg

static_arp_cfg

dict

Field static_arp_cfg

static_neighbor_cfg

dict

Field static_neighbor_cfg

static_mac_cfg

dict

Field static_mac_cfg

object_group_cfg

dict

Field object_group_cfg

object_group_clause_cfg

dict

Field object_group_clause_cfg

threshold

int

Enter the threshold as a percentage (Threshold in percentage(default is 100%))

uuid

str

uuid of the object

system_resources

dict

Field system_resources

bw_limit_cfg

dict

Field bw_limit_cfg

concurrent_session_limit_cfg

dict

Field concurrent_session_limit_cfg

l4_session_limit_cfg

dict

Field l4_session_limit_cfg

l4cps_limit_cfg

dict

Field l4cps_limit_cfg

l7cps_limit_cfg

dict

Field l7cps_limit_cfg

natcps_limit_cfg

dict

Field natcps_limit_cfg

fwcps_limit_cfg

dict

Field fwcps_limit_cfg

ssl_throughput_limit_cfg

dict

Field ssl_throughput_limit_cfg

sslcps_limit_cfg

dict

Field sslcps_limit_cfg

threshold

int

Enter the threshold as a percentage (Threshold in percentage(default is 100%))

uuid

str

uuid of the object

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