emqx_gateway_api_clients.hocon 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207
  1. emqx_gateway_api_clients {
  2. disconnected_at.desc:
  3. """Client offline time, This field is only valid and returned when connected is false"""
  4. heap_size.desc:
  5. """Process heap size with the unit of byte"""
  6. send_oct.desc:
  7. """Number of bytes sent"""
  8. get_client.desc:
  9. """Get the gateway client information"""
  10. param_gte_created_at.desc:
  11. """Match the session created datetime greater than a certain value"""
  12. param_conn_state.desc:
  13. """Match the client's connection state"""
  14. send_pkt.desc:
  15. """Number of protocol packets sent"""
  16. clean_start.desc:
  17. """Indicate whether the client is using a brand new session"""
  18. inflight_cnt.desc:
  19. """Current length of inflight"""
  20. delete_subscription.desc:
  21. """Delete a subscriptions membership"""
  22. param_lte_connected_at.desc:
  23. """Match the client socket connected datatime less than a certain value"""
  24. node.desc:
  25. """Name of the node to which the client is connected"""
  26. awaiting_rel_cnt.desc:
  27. """Number of awaiting acknowledge packet"""
  28. rap.desc:
  29. """Retain as Published option, enum: 0, 1"""
  30. inflight_max.desc:
  31. """Maximum length of inflight"""
  32. param_username.desc:
  33. """Match the client's Username"""
  34. param_like_endpoint_name.desc:
  35. """Use sub-string to match lwm2m client's endpoint name"""
  36. created_at.desc:
  37. """Session creation time"""
  38. sub_props.desc:
  39. """Subscription properties"""
  40. list_clients.desc:
  41. """Get the gateway client list"""
  42. subscriptions_cnt.desc:
  43. """Number of subscriptions established by this client"""
  44. mailbox_len.desc:
  45. """Process mailbox size"""
  46. send_cnt.desc:
  47. """Number of socket packets sent"""
  48. rh.desc:
  49. """Retain Handling option, enum: 0, 1, 2"""
  50. connected.desc:
  51. """Whether the client is connected"""
  52. qos.desc:
  53. """QoS level, enum: 0, 1, 2"""
  54. ip_address.desc:
  55. """Client's IP address"""
  56. param_gte_connected_at.desc:
  57. """Match the client socket connected datetime greater than a certain value"""
  58. awaiting_rel_max.desc:
  59. """Maximum allowed number of awaiting PUBREC packet"""
  60. param_like_username.desc:
  61. """Use sub-string to match client's username"""
  62. nl.desc:
  63. """No Local option, enum: 0, 1"""
  64. param_like_clientid.desc:
  65. """Use sub-string to match client's ID"""
  66. param_lte_created_at.desc:
  67. """Match the session created datetime less than a certain value"""
  68. topic.desc:
  69. """Topic Filter/Name"""
  70. proto_ver.desc:
  71. """Protocol version used by the client"""
  72. mountpoint.desc:
  73. """Topic mountpoint"""
  74. proto_name.desc:
  75. """Client protocol name"""
  76. param_lte_lifetime.desc:
  77. """Match the lwm2m client registered lifetime less than a certain value"""
  78. port.desc:
  79. """Client's port"""
  80. connected_at.desc:
  81. """Client connection time"""
  82. expiry_interval.desc:
  83. """Session expiration interval, with the unit of second"""
  84. username.desc:
  85. """Username of client when connecting"""
  86. param_clean_start.desc:
  87. """Match the client's clean start flag"""
  88. recv_msg.desc:
  89. """Number of message packets received"""
  90. list_subscriptions.desc:
  91. """Get the gateway client subscriptions"""
  92. recv_oct.desc:
  93. """Number of bytes received"""
  94. keepalive.desc:
  95. """Keepalive time, with the unit of second"""
  96. param_clientid.desc:
  97. """Match the client's ID"""
  98. subscriptions_max.desc:
  99. """Maximum number of subscriptions allowed by this client"""
  100. param_ip_address.desc:
  101. """Match the client's ip address"""
  102. mqueue_max.desc:
  103. """Maximum length of message queue"""
  104. mqueue_dropped.desc:
  105. """Number of messages dropped by the message queue due to exceeding the length"""
  106. subid.desc:
  107. """Only stomp protocol, a unique identity for the subscription. range: 1-65535."""
  108. clientid.desc:
  109. """Client ID"""
  110. kick_client.desc:
  111. """Kick out the gateway client"""
  112. is_bridge.desc:
  113. """Indicates whether the client is connected via bridge"""
  114. lifetime.desc:
  115. """LwM2M Life time"""
  116. send_msg.desc:
  117. """Number of message packets sent"""
  118. add_subscription.desc:
  119. """Create a subscription membership"""
  120. param_endpoint_name.desc:
  121. """Match the lwm2m client's endpoint name"""
  122. param_node.desc:
  123. """Match the client's node name"""
  124. recv_cnt.desc:
  125. """Number of socket packets received"""
  126. recv_pkt.desc:
  127. """Number of protocol packets received"""
  128. endpoint_name.desc:
  129. """The LwM2M client endpoint name"""
  130. param_proto_ver.desc:
  131. """Match the client's protocol version"""
  132. reductions.desc:
  133. """Erlang reduction"""
  134. param_gte_lifetime.desc:
  135. """Match the lwm2m client registered lifetime greater than a certain value"""
  136. mqueue_len.desc:
  137. """Current length of message queue"""
  138. }