DELETE /api/system/metrics/{metric}

As of Version2023 Spring

Request Method

DELETE

Response Format

HTTP status code

Required Permission

available if listed in authorization.accesses in authentication-prod.yml and the specified access condition is matched.

>> AUTHENTICATION Service

Description

Reset the specified metric for all tenants.


>> Metrics

Following values are available for the metric path parameter:

  • storage -  Recalculate the binary storage individually used by tenants. The processing is managed by the AUDIT Service and can be adjusted and even automated via its service configuration.

    High Database Workload

    We do not recommend a regular usage of this endpoint. Each call triggers a recalculation of the storage metric for all tenants. During the processing time, no storage metric can be retrieved.


Request Example

/api/system/metrics/storage

Result Example

200 OK