emqx_gateway_api.hocon 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. emqx_gateway_api {
  2. delete_gateway.desc:
  3. """Unload the specified gateway"""
  4. enable_gateway.desc:
  5. """Enable a gateway by confs."""
  6. gateway_created_at.desc:
  7. """The Gateway created datetime"""
  8. gateway_current_connections.desc:
  9. """The Gateway current connected connections/clients"""
  10. gateway_enable_in_path.desc:
  11. """Whether to enable this gateway"""
  12. gateway_listener_id.desc:
  13. """Listener ID"""
  14. gateway_listener_name.desc:
  15. """Listener Name"""
  16. gateway_listener_running.desc:
  17. """Listener Running status"""
  18. gateway_listener_type.desc:
  19. """Listener Type"""
  20. gateway_listeners.desc:
  21. """The Gateway listeners overview"""
  22. gateway_max_connections.desc:
  23. """The Gateway allowed maximum connections/clients"""
  24. gateway_name.desc:
  25. """Gateway Name"""
  26. gateway_name_in_qs.desc:
  27. """Gateway Name.<br/>
  28. It's enum with `stomp`, `mqttsn`, `coap`, `lwm2m`, `exproto`"""
  29. gateway_node_status.desc:
  30. """The status of the gateway on each node in the cluster"""
  31. gateway_started_at.desc:
  32. """The Gateway started datetime"""
  33. gateway_status.desc:
  34. """Gateway status"""
  35. gateway_status_in_qs.desc:
  36. """Filter gateways by status.<br/>
  37. It is enum with `running`, `stopped`, `unloaded`"""
  38. gateway_stopped_at.desc:
  39. """The Gateway stopped datetime"""
  40. get_gateway.desc:
  41. """Get the gateway configurations"""
  42. list_gateway.desc:
  43. """This API returns an overview info for the specified or all gateways.
  44. including current running status, number of connections, listener status, etc."""
  45. node.desc:
  46. """Node Name"""
  47. update_gateway.desc:
  48. """Update the gateway basic configurations and running status.<br/>
  49. Note: The Authentication and Listener configurations should be updated by other special APIs."""
  50. }