IncidentList

字段

字段名 类型 格式 是否必填
items array <IncidentSummary> 必填
total integer 必填
limit integer 必填

示例 JSON

{
    "items": [
        {
            "id": 0,
            "ip": "string",
            "severity": "string",
            "triggeredBy": "string",
            "startedAt": "2026-01-01T00:00:00+00:00",
            "endedAt": "2026-01-01T00:00:00+00:00",
            "blockedUntil": "string",
            "countryCode": "string"
        }
    ],
    "total": 0,
    "limit": 0
}