Skip to end of metadata
Go to start of metadata
You are viewing an old version of this page. View the current version.
Compare with Current
View Page History
Version 1
Next »
As of Version | 2023 Spring |
---|
Request Method | GET |
---|
Response Format | JSON |
---|
Required Permission | available if listed in authorization.accesses in authentication-prod.yml and the specified access condition is matched. >> AUTHENTICATION Service |
---|
Description | Retrieve the specified metric for the specified tenant .Following values are available for the metric path parameter: storage - The endpoint retrieves the dynamically calculated binary storage used by the specified tenant.
|
---|
Request Example | /api/system/tenants/yuuvistest/metrics/storage
|
---|
Result Example |
{
"objects": [
{
"properties": {
"system:tenant": {
"value": "yuuvistest"
}
},
"options": {
"storageUsed": {
"humanReadable": "121 MB",
"value": 127508469
}
}
}
]
}
|
---|