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)