pbs_node_status
Retrieve memory, CPU, and disk usage of a PBS node. Provides a read-only snapshot for monitoring without risk of modifying the node.
Instructions
READ-ONLY: read a PBS node's memory/CPU/(root) disk usage. NOTE: PBS's own schema also exposes POST /nodes/{node}/status ("Reboot or shutdown the node") — deliberately NOT built here (mirrors PVE's identical, also-never-built POST /nodes/{node}/status; too dangerous for the default surface, same posture as the excluded node/execute endpoint). Needs PROXIMO_PBS_* config.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node | No | PBS node name (or 'localhost'). | localhost |
| 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 |