Get Object Stats (v2.5)
GET/v2.5/api/tenants/:tenant_id/monitor/object_stats
List the object statistics.
Request
Path Parameters
tenant_id stringrequired
ID of the tenant.
Responses
- 200
Successful Operation
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- ]
object_statistics ObjectStatsType[]
Get details of the object statistics.
description
The description of the object statistic. Maz size = 256.
name string
The name of the object statistic. Maz size = 128.
{
"object_statistics": [
{
"name": "string"
}
]
}
Loading...