a10_slb_connection_reuse
Synopsis
Configure Connection Reuse
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; ‘current_open’= Open persist; ‘current_active’= Active persist; ‘nbind’= Total bind; ‘nunbind’= Total unbind; ‘nestab’= Total established; ‘ntermi’= Total terminated; ‘ntermi_err’= Total terminated by err; ‘delay_unbind’= Delayed unbind; ‘long_resp’= Long resp; ‘miss_resp’= Missed resp; ‘unbound_data_rcv’= Unbound data rcvd; ‘pause_conn’= Pause request; ‘pause_conn_fail’= Pause request fail; ‘resume_conn’= Resume request; ‘not_remove_from_rport’= Not remove from list; ‘zero_pconn_value’= Zero current pconn counter value; ‘zero_pconn_bind_value’= Zero current pconn bind counter value; ‘current_http1_conn_in_the_pool’= Current http1 conn in the pool; ‘current_http2_conn_in_the_pool’= Current http2 conn in the pool; |
||
oper dict |
Field oper |
||
connection_reuse_cpu_list list |
Field connection_reuse_cpu_list |
||
cpu_count int |
Field cpu_count |
||
stats dict |
Field stats |
||
current_open str |
Open persist |
||
current_active str |
Active persist |
||
nbind str |
Total bind |
||
nunbind str |
Total unbind |
||
nestab str |
Total established |
||
ntermi str |
Total terminated |
||
ntermi_err str |
Total terminated by err |
||
delay_unbind str |
Delayed unbind |
||
long_resp str |
Long resp |
||
miss_resp str |
Missed resp |
||
unbound_data_rcv str |
Unbound data rcvd |
||
pause_conn str |
Pause request |
||
pause_conn_fail str |
Pause request fail |
||
resume_conn str |
Resume request |
||
not_remove_from_rport str |
Not remove from list |
||
zero_pconn_value str |
Zero current pconn counter value |
||
zero_pconn_bind_value str |
Zero current pconn bind counter value |
||
current_http1_conn_in_the_pool str |
Current http1 conn in the pool |
||
current_http2_conn_in_the_pool str |
Current http2 conn in the pool |
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.