GET /admin/tenants/{id}/statistics
获取租户的成员数量、应用数量等统计信息,供仪表盘使用
租户服务 `bearerAuth` application/json
Request Parameters
| Name | In | Type | Required | Default | Example | Constraints | Description |
id |
path |
string |
Yes |
|
|
|
租户ID |
Referenced Schemas
dto.TenantOverviewDetailResponse
| Field | Type | Required | Example | Constraints | Description |
code |
integer |
No |
|
|
|
data |
dto.TenantOverviewResponse |
No |
|
|
|
message |
string |
No |
|
|
|
timestamp |
string |
No |
|
|
|
dto.TenantOverviewResponse
租户概览统计信息(成员数、应用数等)
| Field | Type | Required | Example | Constraints | Description |
active_app_count |
integer |
No |
6 |
|
|
app_count |
integer |
No |
8 |
|
|
max_users |
integer |
No |
100 |
|
|
member_count |
integer |
No |
45 |
|
|
tenant_id |
string |
No |
tnt_abc123 |
|
|
gitee_com_linmes_authms_base_dto.SimpleResponse
| Field | Type | Required | Example | Constraints | Description |
code |
integer |
No |
|
|
|
message |
string |
No |
|
|
|
timestamp |
string |
No |
|
|
|