jorgedlcruz / veeam-backup-and-replication-grafana

Grafana Dashboard for Veeam Backup & Replication REST API
MIT License
7 stars 2 forks source link

Limits of API #5

Open Balakao opened 6 months ago

Balakao commented 6 months ago

Hi,

Some API (I'm sure for backupObjects) have some limits (default : 200). So, for recovery points number, if you have more than 200VMs, you'll only get the 200 first results.

Just add limit=XXX ( ex : /api/v1/backupObjects?limit=350).