pdm_remote_version
Get version information for a specific PDM-registered remote by providing its remote ID. Returns the remote's own /version response.
Instructions
READ-ONLY: get version info for one PDM-registered remote, proxied through PDM.
No state change. Returns a dict (the remote's own /version response). 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 |