pmg_apt_repositories_get
Retrieve the current APT repository configuration of a Proxmox Mail Gateway node, listing configured files and standard repositories for inspection.
Instructions
READ-ONLY: get the current APT repository configuration of a PMG 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 pmg_apt_repository_set needs; standard-repos[].handle is what
pmg_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_PMG_* config.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node | No | PMG node name; 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 |