job_failure_rca
Flag and triage failed backup sessions by analyzing logs to identify likely causes like repository full, source unreachable, or VSS failure, prioritized worst-first.
Instructions
[READ] Triage recent backup-job sessions: flag every Failed/Warning run.
Pulls the newest limit sessions, fetches the failing log records for each
bad run, and categorizes the likely cause (repository full, source/guest
unreachable, credential/VSS failure, retry exhaustion) worst-first, citing
the session result and the matched error substring for every finding.
sessionsTruncated=true means older sessions were not analysed. For "what
failed last night", pass since_hours=24 so the window is a time span rather
than whatever fits in the newest limit sessions of every type.
Args: limit: Newest sessions to analyse, 1-1000 (default 100). since_hours: Only sessions created in the last N hours (optional). target: Veeam target name from config; omit to use the default.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| target | No | ||
| since_hours | No |