pve_cluster_status
Check cluster and node health, including quorum. Returns JSON with quorate, node count, and per-node online status.
Instructions
Cluster and node health, including quorum.
Applies to: the whole cluster (also works on a single, unclustered node,
which reports one entry of type ``node``).
Returns a JSON list of entries. Cluster entries carry ``quorate`` and the
node count; node entries carry ``online``, ``ip`` and ``nodeid``.
Source: GET /cluster/status.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |