We use RestAPI to get space usage values of our Libraries in Commvault for reporting purposes, especially Total Capacity, Free Space and Used Space.
For Disc Libraries this is no problem, but we’re currently doing testing with S3 Storage as Libraries and there we face an issue with that, as these values can’t be extracted.
In the Command Center we see the “Size on disk”
With QCommands (qlist media -l) we see the “TOTAL DATA(GB)”
And with RestAPI (GET Library Details) we see “N/A”
Quota on the S3 Bucket has been set, so from my understanding this Quota should act as a “Capacity” value from a Commvault side.
How can we extract this data from Commvault?