pve_apt_versions
View installed versions of critical Proxmox packages on a node to assess update readiness without applying changes.
Instructions
READ-ONLY: get installed versions of important Proxmox packages on a PVE node.
GET /nodes/{node}/apt/versions. Smoke-confirm: shape not live-verified — expected per-package dicts (Package/Version/OldVersion + CurrentState/RunningKernel/ManagerVersion). Proxmox's API deliberately does not expose upgrade execution; the upgrade itself happens at your console. This tool governs visibility only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node | No | PVE node name to query; defaults to the configured node if omitted. | |
| 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 |