pbs_apt_repositories_get
Retrieves the current APT repository configuration of a PBS node for inspection and preparation of repository modifications.
Instructions
READ-ONLY: get the current APT repository configuration of a PBS node.
GET /nodes/{node}/apt/repositories. Smoke-confirm: shape not live-verified — expected
{files, errors, digest, infos, standard-repos}. files[].path + entry index are the
coordinates pbs_apt_repository_set needs; standard-repos[].handle is what
pbs_apt_repository_add needs. Proxmox's API deliberately does not expose upgrade execution;
the upgrade itself happens at your console. This tool governs visibility and repo config
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 |