fix: add protectionGroups endpoints to job fallback chain

This commit is contained in:
2026-06-09 17:25:20 +07:00
parent 0db2c11408
commit ee88951c31

View File

@@ -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)