pbs_apt_versions
Retrieve installed versions of important Proxmox Backup Server packages on a PBS node. This allows visibility into package states through the API.
Instructions
READ-ONLY: get installed versions of important Proxmox Backup Server packages on a PBS node.
GET /nodes/{node}/apt/versions. Smoke-confirm: shape not live-verified — expected per-package dicts (Package/Version/OldVersion + Arch/...). Proxmox's API deliberately does not expose upgrade execution; the upgrade itself happens at your console. This tool governs visibility only. Needs PROXIMO_PBS_* config.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node | No | PBS node name; defaults to 'localhost' (standard single-node PBS name). | 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 |