Start a statistics run for the whole tenant
POST/metrics/statistics/run
Starts the same run the nightly job performs, for this tenant alone, and answers at once - it walks every metric and its cost grows with the amount of data stored. Answers 409 when a run is already in flight, so an impatient second click cannot put the load on the time-series store twice.
Responses
- 202
- 401
- 403
- 409
- default
The run was started; its progress is readable from the GET of this path.
Unauthorized — the bearer token is missing, expired or invalid, or carries no role. Errors raised by the security aspects contain an ErrorDto body; requests rejected by the security filter chain may have an empty body.
Forbidden — the authenticated user lacks the required role or access rights.
Conflict — an object with the same unique key already exists.
the default error response