StorageUsage

Returns the aggregated historical storage usage of all registered engines over time, optionally with a projection of future storage usage.

SecurityApiKeyAuth
Request
query Parameters
start_date
string <date-time>

Report start date/time. Defaults to first API request.

Example: start_date=2022-05-29T19:00:00.000Z
end_date
string <date-time>

Report end date/time. Defaults to current time.

Example: end_date=2022-06-07T19:10:00.000Z
include_projection
boolean

Whether to compute a projection of future storage usage.

engine_ids
Array of strings

The list of engine ids to aggregate data for. By default aggregating data for all engines.

Responses
200

Returns the aggregated historical storage usage of all registered engines over time.

get/historical-storage-summary-aggregate
Response samples
application/json
{
  • "historical_data_points": [
    ],
  • "projected_data_points": [
    ]
}

Returns the historical storage usage by engine over time, optionally with a projection of future storage usage.

SecurityApiKeyAuth
Request
query Parameters
start_date
string <date-time>

Report start date/time. Defaults to first API request.

Example: start_date=2022-05-29T19:00:00.000Z
end_date
string <date-time>

Report end date/time. Defaults to current time.

Example: end_date=2022-06-07T19:10:00.000Z
include_projection
boolean

Whether to compute a projection of future storage usage.

engine_ids
Array of strings

The list of engine ids to include in the response. By default returning data for all engines.

Responses
200

Returns the historical storage usage by engine over time.

get/historical-storage-summary-by-engine
Response samples
application/json
{
  • "engines": [
    ]
}