pve_backup_job_list
List all Proxmox VE cluster backup jobs and identify guests not covered by any job. Returns jobs and unprotected guests for review.
Instructions
READ-ONLY: list all PVE cluster backup jobs and guests not covered by any job. Returns {jobs: [...], unprotected_guests: [...]}. For the actual archives on storage use pve_backup_list; for a per-guest freshness verdict against these jobs' promises use pve_backup_freshness.
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 |