module Mattermost::Endpoint::Cluster

Public Instance Methods

get_cluster_status() click to toggle source
# File lib/mattermost/endpoint/cluster.rb, line 7
def get_cluster_status
        get("/cluster/status")
end