pve_cluster_status
Retrieve a Proxmox cluster's overall status: nodes, quorum state, and corosync config version. Returns a list of node status dicts.
Instructions
Retrieve the cluster's overall status: nodes, quorum state, and the corosync config version (read-only). Returns a list of status dicts with node names, types, online status, and quorum info. Use pve_cluster_resources to list all resources across the cluster.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| proximo_target | No | Which configured Proxmox target to run this call against — a target name from your multi-target config (a specific PVE/PBS/PMG/PDM box). Omit to use the single/default target from the environment; the selection applies only to this call. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |