emqx_gateway_api.hocon 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  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"""
  28. gateway_node_status.desc:
  29. """The status of the gateway on each node in the cluster"""
  30. gateway_started_at.desc:
  31. """The Gateway started datetime"""
  32. gateway_status.desc:
  33. """Gateway status"""
  34. gateway_status_in_qs.desc:
  35. """Filter gateways by status.<br/>
  36. It is enum with `running`, `stopped`, `unloaded`"""
  37. gateway_stopped_at.desc:
  38. """The Gateway stopped datetime"""
  39. get_gateway.desc:
  40. """Get the gateway configurations"""
  41. list_gateway.desc:
  42. """This API returns an overview info for the specified or all gateways.
  43. including current running status, number of connections, listener status, etc."""
  44. node.desc:
  45. """Node Name"""
  46. update_gateway.desc:
  47. """Update the gateway basic configurations and running status.<br/>
  48. Note: The Authentication and Listener configurations should be updated by other special APIs."""
  49. }