a10_aam_authentication_server_radius_instance
Synopsis
RADIUS Authentication Server instance
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 RADIUS authentication server name |
||
host dict |
Field host |
||
hostip str |
Server’s hostname(Length 1-31) or IP address |
||
hostipv6 str |
Server’s IPV6 address |
||
secret bool |
Specify the RADIUS server’s secret |
||
secret_string str |
The RADIUS server’s secret |
||
encrypted str |
Do NOT use this option manually. (This is an A10 reserved keyword.) (The ENCRYPTED secret string) |
||
port int |
Specify the RADIUS server’s authentication port, default is 1812 |
||
port_hm str |
Check port’s health status |
||
port_hm_disable bool |
Disable configured port health check configuration |
||
interval int |
Specify the interval time for resend the request (second), default is 3 seconds (The interval time(second), default is 3 seconds) |
||
retry int |
Specify the retry number for resend the request, default is 5 (The retry number, default is 5) |
||
health_check bool |
Check server’s health status |
||
health_check_string str |
Health monitor name |
||
health_check_disable bool |
Disable configured health check configuration |
||
accounting_port int |
Specify the RADIUS server’s accounting port, default is 1813 |
||
acct_port_hm str |
Specify accounting port health check method |
||
acct_port_hm_disable bool |
Disable configured accounting port health check configuration |
||
auth_type str |
‘pap’= PAP authentication. Default; ‘mschapv2’= MS-CHAPv2 authentication; ‘mschapv2-pap’= Use MS-CHAPv2 first. If server doesn’t support it, try PAP; |
||
uuid str |
uuid of the object |
||
sampling_enable list |
Field sampling_enable |
||
counters1 str |
‘all’= all; ‘authen_success’= Authentication Success; ‘authen_failure’= Authentication Failure; ‘authorize_success’= Authorization Success; ‘authorize_failure’= Authorization Failure; ‘access_challenge’= Access- Challenge Message Receive; ‘timeout_error’= Timeout; ‘other_error’= Other Error; ‘request’= Request; ‘accounting-request-sent’= Accounting-Request Sent; ‘accounting-success’= Accounting Success; ‘accounting-failure’= Accounting Failure; |
||
packet_capture_template str |
Name of the packet capture template to be bind with this object |
||
stats dict |
Field stats |
||
authen_success str |
Authentication Success |
||
authen_failure str |
Authentication Failure |
||
authorize_success str |
Authorization Success |
||
authorize_failure str |
Authorization Failure |
||
access_challenge str |
Access-Challenge Message Receive |
||
timeout_error str |
Timeout |
||
other_error str |
Other Error |
||
request str |
Request |
||
accounting_request_sent str |
Accounting-Request Sent |
||
accounting_success str |
Accounting Success |
||
accounting_failure str |
Accounting Failure |
||
name str |
Specify RADIUS authentication server name |
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.