You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are writing scripts to retrieve the backup space consumed per node in Unitrends backup for billing purposes.
Unfortunately we seem to be unable to get all usage data via the API, it only shows data for the last couple of days while we can see in Unitrends itself, there is data for more then a month.
We are calling the http://localhost/api/backups endpoint locally on the backup server. Is there a specific parameter we need to add in order to have it return all data?
The text was updated successfully, but these errors were encountered:
http://localhost/api/backups/catalog gives me a catalog of available restore points, but seems to be limited to roughly 14 points per asset - even when in truth there could be hundreds more.
Hi,
We are writing scripts to retrieve the backup space consumed per node in Unitrends backup for billing purposes.
Unfortunately we seem to be unable to get all usage data via the API, it only shows data for the last couple of days while we can see in Unitrends itself, there is data for more then a month.
We are calling the http://localhost/api/backups endpoint locally on the backup server. Is there a specific parameter we need to add in order to have it return all data?
The text was updated successfully, but these errors were encountered: