v32

latestOpenAPI 3.1.0raw.githubusercontent.com2026-05-151,1412,2144.5 MB
Storage Statistics

Storage usage total

Consumption statistics is updated in near real-time as a standard practice. However, the frequency of updates can vary, but they are typically available within a 60 minutes period. Exceptions, such as maintenance periods, may delay data beyond 60 minutes until servers resume and backfill missing statistics.

Shows storage total usage data in filtered by storages, locations and interval.

post/storage/stats/v1/storage/usage/total

Request body

fromstring

a From date filter

locationsstring[]

a Locations list of filter

storagesstring[]

a Storages list of filter

tostring

a To date filter

Example request

{
  "from": "2006-01-02",
  "locations": [
    "s-region-1",
    "s-region-2"
  ],
  "storages": [
    "123-myStorage"
  ],
  "to": "2006-01-02"
}

Response

StorageUsageTotalEndpointRes