pve_diagnose
Gather a node's health evidence in a single call, including status, storage usage, failed tasks, and advisory flags for triage.
Instructions
READ-ONLY: gather one node's health evidence in a single call — node status, storage usage, recent failed tasks, and advisory flags — for triage.
No state change and no side effects. This inspects node health; to instead verify your token's
connectivity and effective permissions use pve_doctor, and for in-container evidence use
ct_diagnose. Returns a dict of the gathered sections; omit node to use the configured default.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node | No | PVE node to gather health evidence for. Omit to use the configured default node. | |
| 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 |