a10_system_resource_accounting_template_system_resources

Synopsis

Enter the system resource limits

Parameters

Parameters

Choices/Defaults

Comment

state

str/required

[‘noop’, ‘present’]

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

template_name

str/required

Key to identify parent object

bw_limit_cfg

dict

Field bw_limit_cfg

bw_limit_max

int

Enter the bandwidth limit in mbps (Bandwidth limit in Mbit/s (no limits applied by default))

bw_limit_watermark_disable

bool

Disable watermark (90% drop, keep existing sessions, drop new sessions)

concurrent_session_limit_cfg

dict

Field concurrent_session_limit_cfg

concurrent_session_limit_max

int

Enter the Concurrent Session limit (cps) (Concurrent-Session cps limit (no limits applied by default))

l4_session_limit_cfg

dict

Field l4_session_limit_cfg

l4_session_limit_max

str

Enter the l4 session limit in % (0.01% to 99.99%) (Enter a number from 0.01 to 99.99 (up to 2 digits precision))

l4_session_limit_min_guarantee

str

minimum guaranteed value in % (up to 2 digits precision) (Enter a number from 0 to 99.99)

l4cps_limit_cfg

dict

Field l4cps_limit_cfg

l4cps_limit_max

int

Enter the L4 cps limit (L4 cps limit (no limits applied by default))

l7cps_limit_cfg

dict

Field l7cps_limit_cfg

l7cps_limit_max

int

L7cps-limit (L7 cps limit (no limits applied by default))

natcps_limit_cfg

dict

Field natcps_limit_cfg

natcps_limit_max

int

Enter the Nat cps limit (NAT cps limit (no limits applied by default))

fwcps_limit_cfg

dict

Field fwcps_limit_cfg

fwcps_limit_max

int

Enter the Firewall cps limit (Firewall cps limit (no limits applied by default))

ssl_throughput_limit_cfg

dict

Field ssl_throughput_limit_cfg

ssl_throughput_limit_max

int

Enter the ssl throughput limit in mbps (SSL Througput limit in Mbit/s (no limits applied by default))

ssl_throughput_limit_watermark_disable

bool

Disable watermark (90% drop, keep existing sessions, drop new sessions)

sslcps_limit_cfg

dict

Field sslcps_limit_cfg

sslcps_limit_max

int

Enter the SSL cps limit (SSL cps limit (no limits applied by default))

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