a10_slb_mqtt
Synopsis
Show MQTT Statistics
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; ‘recv_mqtt_connect’= MQTT Connect; ‘recv_mqtt_connack’= MQTT Connack; ‘recv_mqtt_publish’= MQTT Publish; ‘recv_mqtt_puback’= MQTT Puback; ‘recv_mqtt_pubrec’= MQTT Pubrec; ‘recv_mqtt_pubrel’= MQTT Pubrel; ‘recv_mqtt_pubcomp’= MQTT Pubcomp; ‘recv_mqtt_subscribe’= MQTT Subscribe; ‘recv_mqtt_suback’= MQTT Suback; ‘recv_mqtt_unsubscribe’= MQTT Unsubscribe; ‘recv_mqtt_unsuback’= MQTT Unsuback; ‘recv_mqtt_pingreq’= MQTT Pingreq; ‘recv_mqtt_pingresp’= MQTT Pingresp; ‘recv_mqtt_disconnect’= MQTT Disconnect; ‘recv_mqtt_auth’= MQTT Auth; ‘recv_mqtt_other’= MQTT Unknown; ‘curr_proxy’= Current proxy conns; ‘total_proxy’= Total proxy conns; ‘request’= Total MQTT Commands; ‘parse_connect_fail’= Parse connect failure; ‘parse_publish_fail’= Parse publish failure; ‘parse_subscribe_fail’= Parse subscribe failure; ‘parse_unsubscribe_fail’= Parse unsubscribe failure; ‘tuple_not_linked’= tuple- not-linked failure; ‘tuple_already_linked’= tuple-already-linked failure; ‘conn_null’= Null conn; ‘client_id_null’= Null client id; ‘session_exist’= Session already exist; ‘insertion_failed’= Insertion failure; ‘insertion_successful’= Insertion successful;  | 
||
oper dict  | 
Field oper  | 
||
mqtt_cpu_list list  | 
Field mqtt_cpu_list  | 
||
cpu_count int  | 
Field cpu_count  | 
||
stats dict  | 
Field stats  | 
||
recv_mqtt_connect str  | 
MQTT Connect  | 
||
recv_mqtt_connack str  | 
MQTT Connack  | 
||
recv_mqtt_publish str  | 
MQTT Publish  | 
||
recv_mqtt_puback str  | 
MQTT Puback  | 
||
recv_mqtt_pubrec str  | 
MQTT Pubrec  | 
||
recv_mqtt_pubrel str  | 
MQTT Pubrel  | 
||
recv_mqtt_pubcomp str  | 
MQTT Pubcomp  | 
||
recv_mqtt_subscribe str  | 
MQTT Subscribe  | 
||
recv_mqtt_suback str  | 
MQTT Suback  | 
||
recv_mqtt_unsubscribe str  | 
MQTT Unsubscribe  | 
||
recv_mqtt_unsuback str  | 
MQTT Unsuback  | 
||
recv_mqtt_pingreq str  | 
MQTT Pingreq  | 
||
recv_mqtt_pingresp str  | 
MQTT Pingresp  | 
||
recv_mqtt_disconnect str  | 
MQTT Disconnect  | 
||
recv_mqtt_auth str  | 
MQTT Auth  | 
||
recv_mqtt_other str  | 
MQTT Unknown  | 
||
curr_proxy str  | 
Current proxy conns  | 
||
total_proxy str  | 
Total proxy conns  | 
||
request str  | 
Total MQTT Commands  | 
||
parse_connect_fail str  | 
Parse connect failure  | 
||
parse_publish_fail str  | 
Parse publish failure  | 
||
parse_subscribe_fail str  | 
Parse subscribe failure  | 
||
parse_unsubscribe_fail str  | 
Parse unsubscribe failure  | 
||
tuple_not_linked str  | 
tuple-not-linked failure  | 
||
tuple_already_linked str  | 
tuple-already-linked failure  | 
||
conn_null str  | 
Null conn  | 
||
client_id_null str  | 
Null client id  | 
||
session_exist str  | 
Session already exist  | 
||
insertion_failed str  | 
Insertion failure  | 
||
insertion_successful str  | 
Insertion successful  | 
||
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.