Generates rollup snapshot data for the specified date and stores it in S3.

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
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
date

The date of rollups snapshot to generate. If null, defaults to the current date.

Responses
200

Rollup snapshots were successfully generated.

401

Unauthorized. The caller must provide a valid Bearer token.

Language
Credentials
Bearer
JWT
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json