pdm_remote_config_get
Get the configuration for a specific PDM-registered remote, excluding sensitive credential fields.
Instructions
READ-ONLY: get configuration for one PDM-registered remote.
No state change. Returns a dict; credential-shaped keys (token/password/secret) are stripped before returning. To see all registered remotes first, use pdm_remotes_list. Needs PROXIMO_PDM_* config.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| remote_id | Yes | Remote name as shown in pdm_remotes_list. | |
| 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 |