a10_slb_proxy

Synopsis

Configure Proxy Global

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; ‘num’= Num; ‘tcp_event’= TCP stack event; ‘est_event’= Connection established; ‘data_event’= Data received; ‘client_fin’= Client FIN; ‘server_fin’= Server FIN; ‘wbuf_event’= Ready to send data; ‘err_event’= Error occured; ‘no_mem’= No memory; ‘client_rst’= Client RST; ‘server_rst’= Server RST; ‘queue_depth_over_limit’= Queue depth over limit; ‘event_failed’= Event failed; ‘conn_not_exist’= Conn not exist; ‘service_alloc_cb’= Service alloc callback; ‘service_alloc_cb_failed’= Service alloc callback failed; ‘service_free_cb’= Service free callback; ‘service_free_cb_failed’= Service free callback failed; ‘est_cb_failed’= App EST callback failed; ‘data_cb_failed’= App DATA callback failed; ‘wbuf_cb_failed’= App WBUF callback failed; ‘err_cb_failed’= App ERR callback failed; ‘start_server_conn’= Start server conn; ‘start_server_conn_succ’= Success; ‘start_server_conn_no_route’= No route to server; ‘start_server_conn_fail_mem’= No memory; ‘start_server_conn_fail_snat’= Failed Source NAT; ‘start_server_conn_fail_persist’= Fail Persistence; ‘start_server_conn_fail_server’= Fail Server issue; ‘start_server_conn_fail_tuple’= Fail Tuple Issue; ‘line_too_long’= Line too long;

stats

dict

Field stats

tcp_event

str

TCP stack event

est_event

str

Connection established

data_event

str

Data received

client_fin

str

Client FIN

server_fin

str

Server FIN

wbuf_event

str

Ready to send data

err_event

str

Error occured

no_mem

str

No memory

client_rst

str

Client RST

server_rst

str

Server RST

queue_depth_over_limit

str

Queue depth over limit

event_failed

str

Event failed

conn_not_exist

str

Conn not exist

service_alloc_cb

str

Service alloc callback

service_alloc_cb_failed

str

Service alloc callback failed

service_free_cb

str

Service free callback

service_free_cb_failed

str

Service free callback failed

est_cb_failed

str

App EST callback failed

data_cb_failed

str

App DATA callback failed

wbuf_cb_failed

str

App WBUF callback failed

err_cb_failed

str

App ERR callback failed

start_server_conn

str

Start server conn

start_server_conn_succ

str

Success

start_server_conn_no_route

str

No route to server

start_server_conn_fail_mem

str

No memory

start_server_conn_fail_snat

str

Failed Source NAT

start_server_conn_fail_persist

str

Fail Persistence

start_server_conn_fail_server

str

Fail Server issue

start_server_conn_fail_tuple

str

Fail Tuple Issue

line_too_long

str

Line too long

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