GET /admin/auth/api-keys/anomalies
Scan audit logs to detect anomalous patterns: high failure rate, multi-IP calls, etc.
API Key `bearerAuth` application/json
Responses
| Status | Description | Schema |
| 200 | Anomaly list | |
Referenced Schemas
dto.ApiKeyAnomalyResponse
API Key anomaly detection result
| Field | Type | Required | Example | Constraints | Description |
description |
string |
No |
High authentication failure rate detected |
|
|
key_id |
string |
No |
01ARZ3NDEKTSV4RRFFQ69G5FAV |
|
|
severity |
string |
No |
high |
|
|
type |
string |
No |
high_failure_rate |
|
|
value |
number |
No |
0.85 |
|
|
gitee_com_linmes_authms_micro-services_identity-service_internal_handler_dto.DataResponse
| Field | Type | Required | Example | Constraints | Description |
code |
integer |
No |
|
|
|
data |
object |
No |
|
|
|
message |
string |
No |
|
|
|