a10_aam_authentication_global
Synopsis
Global AAM authentication statistics
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 |
||
max_auth_resp_size int |
Specify the max auth resp size in bytes(from authd to a10lb), default is 64KB |
||
uuid str |
uuid of the object |
||
sampling_enable list |
Field sampling_enable |
||
counters1 str |
‘all’= all; ‘requests’= Total Authentication Request; ‘responses’= Total Authentication Response; ‘misses’= Total Authentication Request Missed; ‘ocsp- stapling-requests-to-a10authd’= Total OCSP Stapling Request; ‘ocsp-stapling- responses-from-a10authd’= Total OCSP Stapling Response; ‘opened-socket’= Total AAM Socket Opened; ‘open-socket-failed’= Total AAM Open Socket Failed; ‘connect’= Total AAM Connection; ‘connect-failed’= Total AAM Connect Failed; ‘created-timer’= Total AAM Timer Created; ‘create-timer-failed’= Total AAM Timer Creation Failed; ‘total-request’= Total Request Received by A10 Auth Service; ‘get-socket-option-failed’= Total AAM Get Socket Option Failed; ‘aflex-authz-succ’= Total Authorization success number in aFleX; ‘aflex-authz- fail’= Total Authorization failure number in aFleX; ‘authn-success’= Total Authentication success number; ‘authn-failure’= Total Authentication failure number; ‘authz-success’= Total Authorization success number; ‘authz-failure’= Total Authorization failure number; ‘active-session’= Total Active Auth- Sessions; ‘active-user’= Total Active Users; ‘dns-resolve-failed’= Total AAM DNS resolve failed; |
||
stats dict |
Field stats |
||
requests str |
Total Authentication Request |
||
responses str |
Total Authentication Response |
||
misses str |
Total Authentication Request Missed |
||
ocsp_stapling_requests_to_a10authd str |
Total OCSP Stapling Request |
||
ocsp_stapling_responses_from_a10authd str |
Total OCSP Stapling Response |
||
opened_socket str |
Total AAM Socket Opened |
||
open_socket_failed str |
Total AAM Open Socket Failed |
||
connect str |
Total AAM Connection |
||
connect_failed str |
Total AAM Connect Failed |
||
created_timer str |
Total AAM Timer Created |
||
create_timer_failed str |
Total AAM Timer Creation Failed |
||
total_request str |
Total Request Received by A10 Auth Service |
||
get_socket_option_failed str |
Total AAM Get Socket Option Failed |
||
aflex_authz_succ str |
Total Authorization success number in aFleX |
||
aflex_authz_fail str |
Total Authorization failure number in aFleX |
||
authn_success str |
Total Authentication success number |
||
authn_failure str |
Total Authentication failure number |
||
authz_success str |
Total Authorization success number |
||
authz_failure str |
Total Authorization failure number |
||
active_session str |
Total Active Auth-Sessions |
||
active_user str |
Total Active Users |
||
dns_resolve_failed str |
Total AAM DNS resolve failed |
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.