a10_aam_authentication_service_group_member
Synopsis
Authentication service group member
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 |
||
service_group_name str/required |
Key to identify parent object |
||
name str/required |
Member name |
||
port int/required |
Port number |
||
member_state str |
‘enable’= Enable member service port; ‘disable’= Disable member service port; |
||
member_priority int |
Priority of Port in the Group |
||
uuid str |
uuid of the object |
||
user_tag str |
Customized tag |
||
sampling_enable list |
Field sampling_enable |
||
counters1 str |
‘all’= all; ‘total_fwd_bytes’= Bytes processed in forward direction; ‘total_fwd_pkts’= Packets processed in forward direction; ‘total_rev_bytes’= Bytes processed in reverse direction; ‘total_rev_pkts’= Packets processed in reverse direction; ‘total_conn’= Total established connections; ‘total_rev_pkts_inspected’= Total reverse packets inspected; ‘total_rev_pkts_inspected_status_code_2xx’= Total reverse packets inspected status code 2xx; ‘total_rev_pkts_inspected_status_code_non_5xx’= Total reverse packets inspected status code non 5xx; ‘curr_req’= Current requests; ‘total_req’= Total requests; ‘total_req_succ’= Total requests successful; ‘peak_conn’= some help string; ‘response_time’= Response time; ‘fastest_rsp_time’= Fastest response time; ‘slowest_rsp_time’= Slowest response time; ‘curr_ssl_conn’= Current SSL connections; ‘total_ssl_conn’= Total SSL connections; ‘curr_conn_overflow’= Current connection counter overflow count; |
||
packet_capture_template str |
Name of the packet capture template to be bind with this object |
||
oper dict |
Field oper |
||
state str |
Field state |
||
hm_key int |
Field hm_key |
||
hm_index int |
Field hm_index |
||
drs_list list |
Field drs_list |
||
alt_list list |
Field alt_list |
||
name str |
Member name |
||
port int |
Port number |
||
stats dict |
Field stats |
||
curr_conn str |
Current established connections |
||
total_fwd_bytes str |
Bytes processed in forward direction |
||
total_fwd_pkts str |
Packets processed in forward direction |
||
total_rev_bytes str |
Bytes processed in reverse direction |
||
total_rev_pkts str |
Packets processed in reverse direction |
||
total_conn str |
Total established connections |
||
total_rev_pkts_inspected str |
Total reverse packets inspected |
||
total_rev_pkts_inspected_status_code_2xx str |
Total reverse packets inspected status code 2xx |
||
total_rev_pkts_inspected_status_code_non_5xx str |
Total reverse packets inspected status code non 5xx |
||
curr_req str |
Current requests |
||
total_req str |
Total requests |
||
total_req_succ str |
Total requests successful |
||
peak_conn str |
some help string |
||
response_time str |
Response time |
||
fastest_rsp_time str |
Fastest response time |
||
slowest_rsp_time str |
Slowest response time |
||
curr_ssl_conn str |
Current SSL connections |
||
total_ssl_conn str |
Total SSL connections |
||
curr_conn_overflow str |
Current connection counter overflow count |
||
name str |
Member name |
||
port int |
Port number |
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.