a10_aam_aaa_policy
Synopsis
AAM AAA policy configuration
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 |
||
name str/required |
Specify AAA policy name |
||
uuid str |
uuid of the object |
||
user_tag str |
Customized tag |
||
sampling_enable list |
Field sampling_enable |
||
counters1 str |
‘all’= all; ‘req’= Request; ‘req-reject’= Request Rejected; ‘req-auth’= Request Matching Authentication Template; ‘req-bypass’= Request Bypassed; ‘req-skip’= Request Skipped; ‘error’= Error; ‘failure-bypass’= Auth Failure Bypass; |
||
packet_capture_template str |
Name of the packet capture template to be bind with this object |
||
aaa_rule_list list |
Field aaa_rule_list |
||
index int |
Specify AAA rule index |
||
uri list |
Field uri |
||
host list |
Field host |
||
port int |
Specify port number for aaa-rule, default is 0 for all port numbers |
||
match_encoded_uri bool |
Enable URL decoding for URI matching |
||
access_list dict |
Field access_list |
||
domain_name str |
Specify domain name to bind to the AAA rule (ex= a10networks.com, www.a10networks.com) |
||
user_agent list |
Field user_agent |
||
action str |
‘allow’= Allow traffic that matches this rule; ‘deny’= Deny traffic that matches this rule; |
||
authentication_template str |
Specify authentication template name to bind to the AAA rule |
||
authorize_policy str |
Specify authorization policy to bind to the AAA rule |
||
captcha_authz_policy str |
Specify authorization policy for CAPTCHA (Authorization policy name) |
||
auth_failure_bypass bool |
Forward client request even though authentication has failed |
||
uuid str |
uuid of the object |
||
user_tag str |
Customized tag |
||
sampling_enable list |
Field sampling_enable |
||
stats dict |
Field stats |
||
req str |
Request |
||
req_reject str |
Request Rejected |
||
req_auth str |
Request Matching Authentication Template |
||
req_bypass str |
Request Bypassed |
||
req_skip str |
Request Skipped |
||
error str |
Error |
||
failure_bypass str |
Auth Failure Bypass |
||
name str |
Specify AAA policy name |
||
aaa_rule_list list |
Field aaa_rule_list |
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.