GET /admin/compliance/tenants/{tid}/score
根据租户合规状态计算安全评分(0-100),返回综合评分和等级
合规管理 - 合规策略 `bearerAuth` application/json
Request Parameters
| Name | In | Type | Required | Default | Example | Constraints | Description |
tid |
path |
string |
Yes |
|
|
|
租户ID |
Referenced Schemas
dto.ComplianceScoreResponse
| Field | Type | Required | Example | Constraints | Description |
grade |
string |
No |
B |
|
|
overall_score |
number |
No |
85.5 |
|
|
tenant_id |
string |
No |
|
|
|
dto.ErrorResponse
| Field | Type | Required | Example | Constraints | Description |
code |
integer |
No |
400 |
|
|
message |
string |
No |
invalid request |
|
|