From ee88951c311ce0ee4b047fda8a0737ec06a2827a Mon Sep 17 00:00:00 2001 From: smolkik-code Date: Tue, 9 Jun 2026 17:25:20 +0700 Subject: [PATCH] fix: add protectionGroups endpoints to job fallback chain --- veeam_client.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/veeam_client.py b/veeam_client.py index 2badb5a..46847f8 100644 --- a/veeam_client.py +++ b/veeam_client.py @@ -213,6 +213,8 @@ class VeeamClient: "/api/v1/jobs?typeFilter=Backup", "/api/v1/agents/policies/states", "/api/v1/agents/policies", + "/api/v1/protectionGroups", + "/api/v1/agents/protectionGroups", ): try: return await self._fetch_json_list(path)