a10_web_service

Synopsis

Configure Web Services

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

auto_redirt_disable

bool

Diable

axapi_idle

int

Idle timeout of a xml service connection in minutes (Connection idle timeout value in minutes, default 10, 0 means never timeout)

axapi_session_limit

int

Set the max allowed aXAPI sessions (Session limit (default 30))

gui_idle

int

Idle timeout of a connection in minutes (Connection idle timeout value in minutes, default 10, 0 means never timeout)

gui_session_limit

int

Set the max allowed GUI sessions (Session limit (default 30))

port

int

Set Web Server Port (Port number(default 80))

secure_port

int

Set web secure server port number for listening (Secure Port Number(default 443))

login_message

str

Set GUI login message

pre_login_message

str

Set Pre GUI login message

secure_server_disable

bool

Disable

server_disable

bool

Disable

max_keep_alive_requests

int

Set MaxKeepAliveRequests (MaxKeepAliveRequests (default 100))

keep_alive_timeout

int

Set KeepAliveTimeout in seconds (KeepAliveTimeout in seconds (default 30))

mpm_max_conn

int

Set Max Connections of MPM

mpm_min_spare_conn

int

Set Min Spare Connections of MPM

mpm_max_conn_per_child

int

Set Max Connections Per Child of MPM

public_apis

list

Field public_apis

api_uri

str

API URI

uuid

str

uuid of the object

secure

dict

Field secure

restart

bool

Restart WEB service

wipe

bool

Wipe WEB private-key and certificate

generate

dict

Field generate

regenerate

dict

Field regenerate

certificate

dict

Field certificate

private_key

dict

Field private_key

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.

Authors

  • A10 Networks