mirror of
https://github.com/mattermost/mattermost.git
synced 2026-02-03 20:40:00 -05:00
25 lines
731 B
YAML
25 lines
731 B
YAML
/api/v4/cluster/status:
|
|
get:
|
|
tags:
|
|
- cluster
|
|
summary: Get cluster status
|
|
description: >
|
|
Get a list of all healthy nodes, including local information and
|
|
status of each one. If a node is not present, it means it is not
|
|
healthy.
|
|
|
|
##### Permissions
|
|
|
|
Must have `manage_system` permission.
|
|
operationId: GetClusterStatus
|
|
responses:
|
|
"200":
|
|
description: Cluster status retrieval successful
|
|
content:
|
|
application/json:
|
|
schema:
|
|
type: array
|
|
items:
|
|
$ref: "#/components/schemas/ClusterInfo"
|
|
"403":
|
|
$ref: "#/components/responses/Forbidden"
|