fix: add protectionGroups endpoints to job fallback chain
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user