Returns the aggregated historical storage usage of all registered engines over time.
{- "historical_data_points": [
- {
- "timestamp": "2019-08-24",
- "free_storage": 0,
- "used_storage": 0,
- "reserved_storage": 0
}
], - "projected_data_points": [
- {
- "timestamp": "2019-08-24",
- "used_storage": 0
}
]
}
Returns the historical storage usage by engine over time.
{- "engines": [
- {
- "engine_id": "string",
- "engine_name": "string",
- "historical_data_points": [
- {
- "timestamp": "2019-08-24",
- "free_storage": 0,
- "used_storage": 0,
- "reserved_storage": 0
}
], - "projected_data_points": [
- {
- "timestamp": "2019-08-24",
- "used_storage": 0
}
]
}
]
}