This is a feature request to solve the issue I've had a chat about with Veeam Support in Case # 08163896.
Calling https://helpcenter.veeam.com/references ... Repository returns precise object size for each item in the object storage repository (in our case that was S3). The attribute for this is "usedSpaceBytes".
Code: Select all
{
"name": "osr2",
"sizeLimitEnabled": false,
"sizeLimitBytes": 0,
"usedSpaceBytes": 0,
"freeSpaceBytes": null,
}
Code: Select all
{
"name": "GGL_Repo_01_Archiv",
"capacityBytes": 131941395333120,
"freeSpaceBytes": 22233998426112
},
{
"name": "FB_Repo_01_Archiv",
"capacityBytes": 131941395333120,
"freeSpaceBytes": 22233998426112
},
{
"name": "CTX_Repo_02_Archiv",
"capacityBytes": 131941395333120,
"freeSpaceBytes": 22233998426112
}
We would very much like this feature to be implemented soon if possible because this is important billing information for us, we need to know how much disk is used by each repository for each customer to create a detailed invoice. And for that we would prefer to use Veeam One given it's marketed as a unified solution for these kind of business cases.
Cheers!