Closed antonkovalenko closed 5 months ago
the final result looks like
{
"StorageUsage": [
{
"Type": "SSD",
"Size": "12345", // SSD Blob storage
"Limit": "12345", // SSD Blob storage limit
},
{
"Type": "HDD"
},
],
"QuotaUsage" : [
{
"Type": "SSD",
"Size": "12345", // Tablet storage
"Limit": "12345", // Tablet limit (data_size_hard_quota)
},
{
"Type": "HDD"
}
]
}
so, I've decided keep StorageUsage like before (there is no any change here)
so, I've decided keep StorageUsage like before (there is no any change here)
Thanks, look great
endpoint:
viewer/json/tenantinfo
We need following data:
Currently, we have following data structure from backend:
In the UI we check values, which are present and use them.
It will be better to have simplified structure, which could be used by UI without additional calculations: