pdm_node_status
Retrieve resource statistics for the PDM appliance's own node, not a managed remote. Read-only, returns PVE-shaped node status.
Instructions
READ-ONLY: get resource stats for the PDM appliance's own node (not a managed remote's node).
No state change. Returns a dict shaped like PVE node status; live-prove-pending (not yet confirmed live). Defaults to node='localhost' since PDM is single-node. For a managed PVE node's status instead, use pve_node_status. Needs PROXIMO_PDM_* config.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node | No | PDM node name; PDM is single-node so this defaults to '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 |