pve_backup_job_list
List all Proxmox VE cluster backup jobs and identify unprotected guests not covered by any backup job.
Instructions
List all PVE cluster backup jobs and guests not covered by any job (read). Returns {jobs: [...], unprotected_guests: [...]}.
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 |