v32

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

Storage usage series

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 usage data in series format filtered by clients, storages and interval.

post/storage/stats/v1/storage/usage/series

Request body

fromstring

a From date filter

granularitystring

a Granularity is period of time for grouping data Valid values are: 1h, 12h, 24h

locationsstring[]

a Locations list of filter

sourceinteger

a Source is deprecated parameter

storagesstring[]

a Storages list of filter

tostring

a To date filter

ts_stringboolean

a TsString is configurator of response time format switch response from unix time format to RFC3339 (2006-01-02T15:04:05Z07:00)

Example request

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

Response

StorageUsageSeriesEndpointRes