GET /compliance/public/security-score
Trust Center: 计算并返回安全评分(无认证)
合规管理 - Trust Center None application/json
Request Parameters
| Name | In | Type | Required | Default | Example | Constraints | Description |
X-Tenant-ID |
header |
string |
No |
|
|
|
租户ID |
Referenced Schemas
dto.ErrorResponse
| Field | Type | Required | Example | Constraints | Description |
code |
integer |
No |
400 |
|
|
message |
string |
No |
invalid request |
|
|
dto.PublicSecurityScoreResponse
| Field | Type | Required | Example | Constraints | Description |
code |
integer |
No |
|
|
|
data |
dto.SecurityScore |
No |
|
|
|
message |
string |
No |
|
|
|
timestamp |
string |
No |
|
|
|
dto.SecurityScore
| Field | Type | Required | Example | Constraints | Description |
calculated_at |
string |
No |
2026-05-09T12:00:00Z |
|
|
dimensions |
array of
See dto.SecurityScoreDim |
No |
|
|
|
grade |
string |
No |
A |
|
|
max_score |
integer |
No |
100 |
|
|
methodology_version |
string |
No |
v1.0 |
|
|
overall_score |
integer |
No |
94 |
|
|
dto.SecurityScoreDim
| Field | Type | Required | Example | Constraints | Description |
name |
string |
No |
iso27001_coverage |
|
|
score |
integer |
No |
98 |
|
|
weight |
number |
No |
0.3 |
|
|