pbs_metrics_status
Retrieve Proxmox Backup Server metrics including host CPU, memory, network usage and per-datastore performance telemetry. Supports historic data retrieval with optional time filters.
Instructions
READ-ONLY: return PBS backup server metrics — host CPU/memory/network and per-datastore performance telemetry. REVIEWED_TRUSTED: server-authored numeric telemetry, matching the pve_node_rrddata/pmg_node_rrddata precedent (see proximo.pbs_metrics module docstring fact #5). The live schema declares this endpoint's return type null despite its own description implying real data — passed through best-effort, matching pbs_s3_list_buckets's identical quirk (Wave 5a). Needs PROXIMO_PBS_* config.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| history | No | Include historic values (last 30 minutes). | |
| start_time | No | Only return values with a timestamp > start_time. Only has an effect if history is also set. | |
| 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 |