pdm_pbs_snapshots_list
List backup snapshots from a Proxmox Backup Server datastore via PDM without state changes. Optionally filter by namespace to find specific snapshots.
Instructions
READ-ONLY: list backup snapshots in one datastore on a PDM-registered PBS remote, proxied through PDM.
No state change. Returns a list of snapshot dicts (empty list if the datastore has none); live-verified (PDM 1.1 -> PBS 4.2). ns optionally filters by namespace. To query PBS directly without PDM, use pbs_snapshots_list. Needs PROXIMO_PDM_* config.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ns | No | Optional PBS namespace filter; omit to use the default namespace. | |
| remote | Yes | PDM-registered PBS remote name, from pdm_remotes_list. | |
| datastore | Yes | PBS datastore name on the remote to list snapshots from. | |
| 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 |