a10_aam_authentication_server_ocsp_instance
Synopsis
Specify OCSP authentication server name
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 OCSP authentication server name |
||
url str |
Specify the OCSP server’s address (Format= http=//host[=port]/) (The OCSP server’s address(Format= http=//host[=port]/)) |
||
responder_ca str |
Specify the trusted OCSP responder’s CA cert filename |
||
responder_cert str |
Specify the trusted OCSP responder’s cert filename |
||
health_check bool |
Check server’s health status |
||
health_check_string str |
Health monitor name |
||
health_check_disable bool |
Disable configured health check configuration |
||
port_health_check str |
Check port’s health status |
||
port_health_check_disable bool |
Disable configured port health check configuration |
||
http_version bool |
Set HTTP version (default 1.0) |
||
version_type str |
‘1.1’= HTTP version 1.1; |
||
uuid str |
uuid of the object |
||
sampling_enable list |
Field sampling_enable |
||
counters1 str |
‘all’= all; ‘request’= Request; ‘certificate-good’= Good Certificate Response; ‘certificate-revoked’= Revoked Certificate Response; ‘certificate-unknown’= Unknown Certificate Response; ‘timeout’= Timeout; ‘fail’= Handle OCSP response failed; ‘stapling-request’= OCSP Stapling Request Send; ‘stapling-certificate- good’= OCSP Stapling Good Certificate Response; ‘stapling-certificate-revoked’= OCSP Stapling Revoked Certificate Response; ‘stapling-certificate-unknown’= OCSP Stapling Unknown Certificate Response; ‘stapling-timeout’= OCSP Stapling Timeout; ‘stapling-fail’= Handle OCSP response failed; |
||
packet_capture_template str |
Name of the packet capture template to be bind with this object |
||
stats dict |
Field stats |
||
request str |
Request |
||
certificate_good str |
Good Certificate Response |
||
certificate_revoked str |
Revoked Certificate Response |
||
certificate_unknown str |
Unknown Certificate Response |
||
timeout str |
Timeout |
||
fail str |
Handle OCSP response failed |
||
stapling_request str |
OCSP Stapling Request Send |
||
stapling_certificate_good str |
OCSP Stapling Good Certificate Response |
||
stapling_certificate_revoked str |
OCSP Stapling Revoked Certificate Response |
||
stapling_certificate_unknown str |
OCSP Stapling Unknown Certificate Response |
||
stapling_timeout str |
OCSP Stapling Timeout |
||
stapling_fail str |
Handle OCSP response failed |
||
name str |
Specify OCSP 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.