pdm_remotes_list
List all PVE/PBS backup remotes managed by PDM. Returns remote names and configurations without exposing credentials.
Instructions
READ-ONLY: list all PVE/PBS remotes registered in PDM (the datacenters/backup targets it manages).
No state change. Returns a list of remote dicts; credential-shaped keys (token/password/secret) are stripped before returning. For one remote's version or config use pdm_remote_version / pdm_remote_config_get. Needs PROXIMO_PDM_* config.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| 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 |