put
https://localhost:44395/api/admin/statistics/measurements/rollup
Behavior: Generates rollup measurement snapshots for the specified date (or the current date if not provided) and stores them in S3. These snapshots can later be restored using the POST measurements/rollup endpoint.
Authorization: Requires an authenticated user via the class-level [Authorize] attribute.
Side Effects: Creates or overwrites rollup snapshot files in S3 for the specified date.
Error Scenarios: Returns 400 if the snapshot generation fails.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
200Rollup snapshots were successfully generated.
401Unauthorized. The caller must provide a valid Bearer token.
