-
Type:
Problem report
-
Resolution: Unresolved
-
Priority:
Major
-
None
-
Affects Version/s: 7.4.13
-
Component/s: Templates (T)
-
None
There is a new Veeam Template (ZBXNEXT-10558) but this new Template need much more Access rights. Before "Backup Viewer" was totally fine, now we need "Backup Administrator" to work and for just monitoring things its too much.
The following endpoints need the Admin role:
- /api/v1/authorization/events
- /api/v1/license
if we remove them from the javascript script it works fine.
So there are 2options:
1.) rework the template and made the call more fine grained, where I can disable those item (currently the hole script fails just because of these 2 missing endpoints)
2.) ask Veeam to adjust there API