backup_job_list
List VM backup jobs with IDs, names, and modes. Optionally set a limit on returned items to manage output size.
Instructions
[READ] List VM backup jobs (id, name, mode).
Returns {"jobs": [...], "returned": N, "limit": L, "truncated": bool}. When truncated is true there are more jobs than were returned.
Args: limit: Max jobs to return (default 200). target: Xen Orchestra target name from config; omit for the default.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| target | No |