DescribeDDosAllEventList
最后更新于
POST /api/v2/zec HTTP/1.1
Host: console.zenlayer.com
Content-Type: application/json
X-ZC-Action: DescribeDDosAllEventList
<Common Request Params>
Request:
{
"status": "status",
"ipAddress": "10.0.0.2"
}
Response:
{
"requestId": "T05992D0C-7E8B-4047-B0C0-780F2CD549D3",
"response": {
"requestId": "T05992D0C-7E8B-4047-B0C0-780F2CD549D3",
"totalCount": 1,
"dataSet": [
{
"eventId": "<eventId>",
"status": "ATTACKING",
"ipAddress": "10.0.0.2",
"protecting": true,
"startTime": "2025-05-01T01:01:01Z",
"endTime": "2025-05-01T01:01:01Z",
"endBlackholeTime": "2025-05-01T01:01:01Z",
"attackBandwidthMax": "2",
"attackPackageMax": "2",
"regionId": "asia-east-1a"
}
]
}
}