a10_slb_mlb

Synopsis

Configure mlb

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; ‘client_msg_sent’= Client message sent; ‘server_msg_received’= Server message received; ‘server_conn_created’= Server connection created; ‘server_conn_rst’= Server connection reset; ‘server_conn_failed’= Server connection failed; ‘server_conn_closed’= Server connection closed; ‘client_conn_created’= Client connection created; ‘client_conn_closed’= Client connection closed; ‘client_conn_not_found’= Client connection not found; ‘msg_dropped’= Message dropped; ‘msg_rerouted’= Message rerouted; ‘mlb_dcmsg_sent’= Dcmsg sent; ‘mlb_dcmsg_received’= Dcmsg received; ‘mlb_dcmsg_error’= Dcmsg error; ‘mlb_dcmsg_alloc’= Dcmsg alloc; ‘mlb_dcmsg_free’= Dcmsg free; ‘mlb_server_probe’= Server probe; ‘mlb_server_down’= Server down;

oper

dict

Field oper

l4_cpu_list

list

Field l4_cpu_list

cpu_count

int

Field cpu_count

stats

dict

Field stats

client_msg_sent

str

Client message sent

server_msg_received

str

Server message received

server_conn_created

str

Server connection created

server_conn_rst

str

Server connection reset

server_conn_failed

str

Server connection failed

server_conn_closed

str

Server connection closed

client_conn_created

str

Client connection created

client_conn_closed

str

Client connection closed

client_conn_not_found

str

Client connection not found

msg_dropped

str

Message dropped

msg_rerouted

str

Message rerouted

mlb_dcmsg_sent

str

Dcmsg sent

mlb_dcmsg_received

str

Dcmsg received

mlb_dcmsg_error

str

Dcmsg error

mlb_dcmsg_alloc

str

Dcmsg alloc

mlb_dcmsg_free

str

Dcmsg free

mlb_server_probe

str

Server probe

mlb_server_down

str

Server down

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