allArchivalLocationForecasts
Returns forecasted archival storage for the requested locations. Data is aggregated per location across all protected objects.
Arguments
| Argument | Type | Description |
|---|---|---|
| locationIds (required) | [UUID!]! | IDs of the archival locations to retrieve forecasts for. |
Returns
Sample
{
"data": {
"allArchivalLocationForecasts": [
{
"confidence": "FORECAST_CONFIDENCE_HIGH",
"currentBytes": 0.0,
"lastRefreshedAt": "2024-01-01T00:00:00.000Z",
"locationId": "00000000-0000-0000-0000-000000000000",
"runwayWeeks": 0.0,
"weeklyGrowthPct": 0.0,
"forecast": [
{
"timestamp": "example-string",
"value": 0.0
}
]
}
]
}
}