The Storage Utilization object shows daily sumarized bytes used per SEStore.
By default, the API only returns the date and the bytes utilized on that date. To show
more fields, use the fields
filter. For eg:- to view the username
and the storage dataset used by your files, pass fields=user,dataset
as one
of your query parameters. Check the supported fields in the Filters tab.
Get the Storage Utilization object.
https://api.scaleengine.net/dev/v2/storage_utilizations/
curl --user 158:8fc8c48da81e6a2a06a9556379bf798af508dc0792497c678b4c3532ba8b637f https://api.scaleengine.net/dev/v2/storage_utilizations/
{ "data": [ { "date": "2021-10-19", "bytes": "185080787782" }, { "date": "2021-10-20", "bytes": "150280475393" }, { "date": "2021-10-21", "bytes": "141589065698" }, { "date": "2021-10-22", "bytes": "27894963079" }, { "date": "2021-10-23", "bytes": "4716902807" } }
This object is read-only and cannot be created
This object is read-only and cannot be updated
This object is read-only and cannot be deleted