Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Page Properties
hiddentrue
idDONE

Product Version
Report Note
Assignee

Resources & Remarks

Modification History

NameDateProduct VersionAction
Antje01 MAR 20232023 Springcreated


...

{ "objects": [ { "properties": { "system:tenant": { "value": "tenant1" } }, "options": { "storageUsed": { "humanReadable": "121 MB", "value": 127508469 } } }, { "properties": { "system:tenant": { "value": "yuuvistest" } }, "options": { "storageUsed": { "humanReadable": "12 GB", "value": 13518072956 } } }, { "properties": { "system:tenant": { "value": "testyuuvis" } }, "options": { "storageUsed": { "humanReadable": "164 MB", "value": 172295598 } } }, { "properties": { "system:tenant": { "value": "exampletenant" } }, "options": { "storageUsed": { "humanReadable": "456 KB", "value": 467485 } } }, { "properties": { "system:tenant": { "value": "mytenant" } }, "options": { "storageUsed": { "humanReadable": "0 bytes", "value": 0 } } } ], "numItems": 5, "hasMoreItems": false, "totalNumItems": 5 }200 OK
As of Version2023 Spring

Request Method

DELETE

Response Format

JSONHTTP status code

Required Permission

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

>> AUTHENTICATION Service

Description


Excerpt

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.

    Note
    titleHigh 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

Code Block