a10_slb_hm_dplane

Synopsis

Configure hm-dplane

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; ‘curr_entries’= Current HM Entries; ‘total_created’= Total HM Entries Created; ‘total_inserted’= Total HM entries inserted; ‘total_ready_to_free’= Total HM entries ready to free; ‘total_freed’= Total HM entries freed; ‘err_entry_create_failed’= Entry Creation Failure; ‘err_entry_create_oom’= Entry creation out of memory; ‘err_entry_insert_failed’= Entry insert failed; ‘total_tcp_err’= Total TCP errors in health-checks sent; ‘err_smart_nat_alloc’= Error creating smart-nat instance; ‘err_smart_nat_port_alloc’= Error obtaining smart-nat source port; ‘err_l4_sess_alloc’= Error allocating L4 session for HM; ‘err_hm_tcp_conn_sent’= Error in initiating TCP connection for HM; ‘hm_tcp_conn_sent’= Total TCP connections sent for HM; ‘entry_deleted’= Entry deleted; ‘err_entry_create_vip_failed’= Error in creating HM internal VIP; ‘total_match_resp_code’= Total HTTP received response with match response code; ‘total_match_default_resp_code’= Total HTTP received response with match 200 response code; ‘total_maintenance_received’= Total maintenace response received; ‘total_wrong_status_received’= Total HTTP received response with wrong response code; ‘err_no_hm_entry’= Error no HM entry found; ‘err_ssl_cert_name_mismatch’= Error SSL cert name mismatch; ‘err_server_syn_timeout’= Error SSL server SYN timeout; ‘err_http2_callback’= Error HTTP2 callback; ‘err_l7_sess_process_tcp_estab_failed’= L7 session process TCP established failed; ‘err_l7_sess_process_tcp_data_failed’= L7 session process TCP data failed; ‘err_http2_ver_mismatch’= Error HTTP2 version mismatch; ‘smart_nat_alloc’= Total smart-nat allocation successful; ‘smart_nat_release’= Total smart-nat release successful; ‘smart_nat_alloc_failed’= Total smart-nat allocation failed; ‘smart_nat_release_failed’= Total smart-nat release failed; ‘total_server_quic_conn’= Total start server QUIC connections; ‘total_server_quic_conn_err’= Total start server QUIC connections error;

stats

dict

Field stats

curr_entries

str

Current HM Entries

total_created

str

Total HM Entries Created

total_inserted

str

Total HM entries inserted

total_ready_to_free

str

Total HM entries ready to free

total_freed

str

Total HM entries freed

err_entry_create_failed

str

Entry Creation Failure

err_entry_create_oom

str

Entry creation out of memory

err_entry_insert_failed

str

Entry insert failed

total_tcp_err

str

Total TCP errors in health-checks sent

err_smart_nat_alloc

str

Error creating smart-nat instance

err_smart_nat_port_alloc

str

Error obtaining smart-nat source port

err_l4_sess_alloc

str

Error allocating L4 session for HM

err_hm_tcp_conn_sent

str

Error in initiating TCP connection for HM

hm_tcp_conn_sent

str

Total TCP connections sent for HM

entry_deleted

str

Entry deleted

err_entry_create_vip_failed

str

Error in creating HM internal VIP

total_match_resp_code

str

Total HTTP received response with match response code

total_match_default_resp_code

str

Total HTTP received response with match 200 response code

total_maintenance_received

str

Total maintenace response received

total_wrong_status_received

str

Total HTTP received response with wrong response code

err_no_hm_entry

str

Error no HM entry found

err_ssl_cert_name_mismatch

str

Error SSL cert name mismatch

err_server_syn_timeout

str

Error SSL server SYN timeout

err_http2_callback

str

Error HTTP2 callback

err_l7_sess_process_tcp_estab_failed

str

L7 session process TCP established failed

err_l7_sess_process_tcp_data_failed

str

L7 session process TCP data failed

err_http2_ver_mismatch

str

Error HTTP2 version mismatch

smart_nat_alloc

str

Total smart-nat allocation successful

smart_nat_release

str

Total smart-nat release successful

smart_nat_alloc_failed

str

Total smart-nat allocation failed

smart_nat_release_failed

str

Total smart-nat release failed

total_server_quic_conn

str

Total start server QUIC connections

total_server_quic_conn_err

str

Total start server QUIC connections error

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