emqx_mgmt_api_cluster.hocon 902 B

123456789101112131415161718192021222324252627282930313233
  1. emqx_mgmt_api_cluster {
  2. get_cluster_info.desc:
  3. """Get cluster info"""
  4. get_cluster_info.label:
  5. """Get cluster info"""
  6. get_cluster_topology.desc:
  7. """Get RLOG cluster topology: connections between core and replicant nodes."""
  8. get_cluster_topology.label:
  9. """Get cluster topology"""
  10. invite_node.desc:
  11. """Invite node to cluster"""
  12. invite_node.label:
  13. """Invite node to cluster"""
  14. invite_node_async.desc:
  15. """Send a join invitation to a node to join the cluster but do not wait for the join result. Join status can be retrieved with `GET api/<version>/invitation`"""
  16. invite_node_async.label:
  17. """Asynchronously invite"""
  18. force_remove_node.desc:
  19. """Force leave node from cluster"""
  20. force_remove_node.label:
  21. """Force leave node from cluster"""
  22. get_invitation_status.desc:
  23. """Get the execution status of all asynchronous invite status per node"""
  24. get_invitation_status.label:
  25. """Get invitation statuses"""
  26. }