Anant Dalela
10/07/2024, 6:09 PM/api/v1/actions/collectCacheUsage
- I'm getting a 200 OK response, but all values in the returned JSON are either null or 0:
{
"organizationCacheUsage": {
"settings": {
"extraCacheBudget": 0
},
"current": {
"cacheUsed": 0,
"removalPeriodStart": null,
"removedSinceStart": 0
},
"removalIntervals": []
},
"workspaceCacheUsages": {}
}
Is this expected behavior? If so, what is the recommended approach to inspecting cache usage? Thanks!Anant Dalela
10/10/2024, 4:02 PMMoises Morales
10/10/2024, 6:12 PMEoghan Bonass
10/16/2024, 10:00 AMAnant Dalela
11/14/2024, 6:20 PMIvana Gasparekova
11/18/2024, 12:57 PM