post
https://localhost:44395/api/admin/statistics/measurements/rollup
Behavior: Reads rollup snapshot files from S3 and loads the measurement data into the search index. This is used to restore or rebuild measurement statistics from previously generated snapshots.
Authorization: Requires an authenticated user via the class-level [Authorize] attribute.
Side Effects: Modifies the search index by loading measurement data from S3 rollup snapshots. Existing measurement data in the index may be overwritten.
Error Scenarios: Returns 400 if the rollup snapshot restoration fails or no snapshots are available.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
200Rollup snapshots were successfully restored into the search index.
401Unauthorized. The caller must provide a valid Bearer token.
