a10_slb_link_probe_entry

Synopsis

Show SLB Link Probe 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; ‘err_tmpl_probe_create_failed’= Probe Template Creation Failure; ‘err_tmpl_probe_create_oom’= Probe Template Creation Out of Memory; ‘total_http_probes_sent’= Total HTTP Probes Sent out; ‘total_http_response_received’= Total HTTP responses received; ‘total_http_response_good’= Total HTTP responses matching probe template config; ‘total_http_response_bad’= Total HTTP responses not matching probe template config; ‘total_tcp_err’= Total TCP errors in probes 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 probe; ‘err_probe_tcp_conn_send’= Error in initiating TCP connection for probe; ‘probe_tcp_conn_sent’= TCP connection sent for probe;

oper

dict

Field oper

entry_list

list

Field entry_list

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

err_tmpl_probe_create_failed

str

Probe Template Creation Failure

err_tmpl_probe_create_oom

str

Probe Template Creation Out of Memory

total_http_probes_sent

str

Total HTTP Probes Sent out

total_http_response_received

str

Total HTTP responses received

total_http_response_good

str

Total HTTP responses matching probe template config

total_http_response_bad

str

Total HTTP responses not matching probe template config

total_tcp_err

str

Total TCP errors in probes 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 probe

err_probe_tcp_conn_send

str

Error in initiating TCP connection for probe

probe_tcp_conn_sent

str

TCP connection sent for probe

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