IncidentSummary

字段

字段名 类型 格式 是否必填
id integer 必填
ip string | null
severity string 必填
triggeredBy string | null
startedAt string date-time 必填
endedAt string date-time 必填
blockedUntil string | null
countryCode string | null

示例 JSON

{
    "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"
}