a10_slb_hm_dplane_entry

Synopsis

Show SLB HM Dplane entries

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 Entry Count; ‘total_created’= Total Entry Created; ‘total_inserted’= Total Entry Inserted; ‘total_ready_to_free’= Total Entry Ready To Free; ‘total_freed’= Total Entry 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 check sent out; ‘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_send’= Error in initiating TCP connection for HM; ‘hm_tcp_conn_sent’= TCP connection 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 HTTP received response with match 200 response code; ‘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 SSL server SYN timeout; ‘err_l7_sess_process_tcp_estab_failed’= L7 session process TCP estab. failed; ‘err_l7_sess_process_tcp_data_failed’= L7 session process TCP data failed; ‘err_http2_ver_mismatch’= Error http2 version mismatch;

stats

dict

Field stats

curr_entries

str

Current Entry Count

total_created

str

Total Entry Created

total_inserted

str

Total Entry Inserted

total_ready_to_free

str

Total Entry Ready To Free

total_freed

str

Total Entry 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 check sent out

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_send

str

Error in initiating TCP connection for HM

hm_tcp_conn_sent

str

TCP connection 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 HTTP received response with match 200 response code

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 SSL server SYN timeout

err_l7_sess_process_tcp_estab_failed

str

L7 session process TCP estab. failed

err_l7_sess_process_tcp_data_failed

str

L7 session process TCP data failed

err_http2_ver_mismatch

str

Error http2 version mismatch

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