emqx_mgmt_api_clients.hocon 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. emqx_mgmt_api_clients {
  2. list_clients.desc:
  3. """List clients"""
  4. list_clients.label:
  5. """List clients"""
  6. kickout_clients.desc:
  7. """Kick out a batch of client by client IDs"""
  8. kickout_clients.label:
  9. """Kick out a batch of client by client IDs"""
  10. clients_info_from_id.desc:
  11. """Get clients info by client ID"""
  12. clients_info_from_id.label:
  13. """Get clients info by client ID"""
  14. kick_client_id.desc:
  15. """Kick out client by client ID"""
  16. kick_client_id.label:
  17. """Kick out client by client ID"""
  18. get_authz_cache.desc:
  19. """Get client authz cache in the cluster."""
  20. get_authz_cache.label:
  21. """Get client authz cache in the cluster."""
  22. clean_authz_cache.desc:
  23. """Clean client authz cache in the cluster."""
  24. clean_authz_cache.label:
  25. """Clean client authz cache in the cluster."""
  26. get_client_subs.desc:
  27. """Get client subscriptions"""
  28. get_client_subs.label:
  29. """Get client subscriptions"""
  30. subscribe.desc:
  31. """Subscribe"""
  32. subscribe.label:
  33. """Subscribe"""
  34. subscribe_g.desc:
  35. """Subscribe bulk"""
  36. subscribe_g.label:
  37. """Subscribe bulk"""
  38. unsubscribe.desc:
  39. """Unsubscribe"""
  40. unsubscribe.label:
  41. """Unsubscribe"""
  42. unsubscribe_g.desc:
  43. """Unsubscribe bulk"""
  44. unsubscribe_g.label:
  45. """Unsubscribe bulk"""
  46. set_keepalive_seconds.desc:
  47. """Set the online client keepalive by seconds"""
  48. set_keepalive_seconds.label:
  49. """Set the online client keepalive by seconds"""
  50. }