a10_aam_authentication_saml_global
Synopsis
Global SAML 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 |
||
uuid str |
uuid of the object |
||
sampling_enable list |
Field sampling_enable |
||
counters1 str |
‘all’= all; ‘requests-to-a10saml’= Total Request to A10 SAML Service; ‘responses-from-a10saml’= Total Response from A10 SAML Service; ‘sp-metadata- export-req’= Total Metadata Export Request; ‘sp-metadata-export-success’= Toal Metadata Export Success; ‘login-auth-req’= Total Login Authentication Request; ‘login-auth-resp’= Total Login Authentication Response; ‘acs-req’= Total SAML Single-Sign-On Request; ‘acs-success’= Total SAML Single-Sign-On Success; ‘acs- authz-fail’= Total SAML Single-Sign-On Authorization Fail; ‘acs-error’= Total SAML Single-Sign-On Error; ‘slo-req’= Total Single Logout Request; ‘slo- success’= Total Single Logout Success; ‘slo-error’= Total Single Logout Error; ‘sp-slo-req’= Total SP-initiated Single Logout Request; ‘glo-slo-success’= Total Global Logout Success; ‘loc-slo-success’= Total Local Logout Success; ‘par-slo-success’= Total Partial Logout Success; ‘relay-req’= some help string; ‘relay-success’= some help string; ‘relay-fail’= some help string; ‘relay- error’= some help string; ‘other-error’= Total Other Error; |
||
stats dict |
Field stats |
||
requests_to_a10saml str |
Total Request to A10 SAML Service |
||
responses_from_a10saml str |
Total Response from A10 SAML Service |
||
sp_metadata_export_req str |
Total Metadata Export Request |
||
sp_metadata_export_success str |
Toal Metadata Export Success |
||
login_auth_req str |
Total Login Authentication Request |
||
login_auth_resp str |
Total Login Authentication Response |
||
acs_req str |
Total SAML Single-Sign-On Request |
||
acs_success str |
Total SAML Single-Sign-On Success |
||
acs_authz_fail str |
Total SAML Single-Sign-On Authorization Fail |
||
acs_error str |
Total SAML Single-Sign-On Error |
||
slo_req str |
Total Single Logout Request |
||
slo_success str |
Total Single Logout Success |
||
slo_error str |
Total Single Logout Error |
||
sp_slo_req str |
Total SP-initiated Single Logout Request |
||
glo_slo_success str |
Total Global Logout Success |
||
loc_slo_success str |
Total Local Logout Success |
||
par_slo_success str |
Total Partial Logout Success |
||
relay_req str |
some help string |
||
relay_success str |
some help string |
||
relay_fail str |
some help string |
||
relay_error str |
some help string |
||
other_error str |
Total Other Error |
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.