emqx_retainer_api.hocon 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. emqx_retainer_api {
  2. config_content.desc:
  3. """The config content"""
  4. config_not_found.desc:
  5. """Config not found."""
  6. delete_matching_api.desc:
  7. """Delete matching messages."""
  8. delete_matching_api.label:
  9. """Delete matching messages"""
  10. from_clientid.desc:
  11. """The clientid of publisher."""
  12. from_username.desc:
  13. """The username of publisher."""
  14. get_config_api.desc:
  15. """View config"""
  16. get_config_api.label:
  17. """View config"""
  18. list_retained_api.desc:
  19. """List retained messages."""
  20. list_retained_api.label:
  21. """List retained messages."""
  22. delete_messages.desc:
  23. """Delete all retained messages"""
  24. delete_messages.label:
  25. """Delete Retained Messages"""
  26. lookup_api.desc:
  27. """Lookup a message by a topic without wildcards."""
  28. lookup_api.label:
  29. """Lookup a message"""
  30. message_detail.desc:
  31. """Details of the message."""
  32. message_not_exist.desc:
  33. """Viewed message doesn't exist."""
  34. msgid.desc:
  35. """Message ID."""
  36. payload.desc:
  37. """Payload."""
  38. publish_at.desc:
  39. """Message publish time, RFC 3339 format."""
  40. qos.desc:
  41. """QoS."""
  42. retained_list.desc:
  43. """Retained messages list."""
  44. topic.desc:
  45. """Topic."""
  46. query_match_topic.desc:
  47. """Topic filter, supports wildcards, omit this to match all messages."""
  48. unsupported_backend.desc:
  49. """Unsupported backend."""
  50. update_config_failed.desc:
  51. """Update config failed"""
  52. update_config_success.desc:
  53. """Update configs successfully."""
  54. update_retainer_api.desc:
  55. """Update retainer config."""
  56. update_retainer_api.label:
  57. """Update retainer config"""
  58. }