emqx/rel/i18n/emqx_mgmt_api_cluster.hocon

34 lines
902 B
Plaintext

emqx_mgmt_api_cluster {
get_cluster_info.desc:
"""Get cluster info"""
get_cluster_info.label:
"""Get cluster info"""
get_cluster_topology.desc:
"""Get RLOG cluster topology: connections between core and replicant nodes."""
get_cluster_topology.label:
"""Get cluster topology"""
invite_node.desc:
"""Invite node to cluster"""
invite_node.label:
"""Invite node to cluster"""
invite_node_async.desc:
"""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`"""
invite_node_async.label:
"""Asynchronously invite"""
force_remove_node.desc:
"""Force leave node from cluster"""
force_remove_node.label:
"""Force leave node from cluster"""
get_invitation_status.desc:
"""Get the execution status of all asynchronous invite status per node"""
get_invitation_status.label:
"""Get invitation statuses"""
}