DescribeDDosEventDetail
最后更新于
最后更新于
POST /api/v2/zec HTTP/1.1
Host: console.zenlayer.com
Content-Type: application/json
X-ZC-Action: DescribeDDosEventDetail
<Common Request Params>
Request:
{
"eventId": "<eventId>",
"regionId": "regionId"
}
Response:
{
"requestId": "T05992D0C-7E8B-4047-B0C0-780F2CD549D3",
"response": {
"requestId": "T05992D0C-7E8B-4047-B0C0-780F2CD549D3",
"eventId": "<eventId>",
"status": "ATTACKING",
"type": "DDOS",
"ipAddress": "10.0.0.1",
"protecting": true,
"startTime": "2025-05-01T01:01:01Z",
"endTime": "2025-05-01T01:01:01Z",
"endBlackholeTime": "2025-05-01T01:01:01Z",
"attackBandwidthMax": 2,
"protectedBandwidthMax": 2,
"attackPackageMax": 2,
"protectedPackageMax": 2,
"sourceIp": null,
"sourcePort": null,
"desertionPort": null
}
}