Help Center/ Edge Security/ API Reference/ API/ DDoS Attack Logs/ Downloading DDoS Attack Logs
Updated on 2024-11-18 GMT+08:00

Downloading DDoS Attack Logs

Function

This API is used to download DDoS attack logs.

URI

POST /v1/edgesec/log/ddos-attack-logs/download

Table 1 Query Parameters

Parameter

Mandatory

Type

Description

enterprise_project_id

No

String

Obtain the enterprise project ID by calling the ListEnterpriseProject API of Enterprise Project Management Service (EPS). The default value is 0.

start_time

Yes

Long

Start time, which is a 13-digit timestamp

end_time

Yes

Long

End time, which is a 13-digit timestamp

offset

No

Integer

Query offset.

limit

No

Integer

Number of records on each page of the query list.

Request Parameters

Table 2 Request header parameters

Parameter

Mandatory

Type

Description

X-Auth-Token

Yes

String

Tenant token

Response Parameters

None

Example Requests

None

Example Responses

None

Status Codes

Status Code

Description

200

document file

400

Request failed.

401

The token does not have required permissions.

500

Internal server error.

Error Codes

See Error Codes.