Help Center/ Edge Security/ API Reference/ API/ Anti-DDoS Domain Name Management/ Adding a Domain Name to WAF for Anti-DDoS Protection
Updated on 2023-08-24 GMT+08:00

Adding a Domain Name to WAF for Anti-DDoS Protection

Function

This API is used to add a domain name for DDoS protection.

URI

POST /v1/edgeddos/domains

Request Parameters

Table 1 Request header parameters

Parameter

Mandatory

Type

Description

X-Auth-Token

Yes

String

auth token

Table 2 Request body parameters

Parameter

Mandatory

Type

Description

domain_id

Yes

String

WAF protection domain name ID

enterprise_project_id

No

String

Obtain the enterprise project ID by calling the ListEnterpriseProject API of Enterprise Project Management Service (EPS).

Response Parameters

Status code: 400

Table 3 Response body parameters

Parameter

Type

Description

error_code

String

Error code.

error_msg

String

Error message.

Status code: 401

Table 4 Response body parameters

Parameter

Type

Description

error_code

String

Error code.

error_msg

String

Error message.

Status code: 500

Table 5 Response body parameters

Parameter

Type

Description

error_code

String

Error code.

error_msg

String

Error message.

Example Requests

Add the domain name whose ID is 095b60b21ac248579426f97379b3fbec as an anti-DDoS domain name.

POST https://{Endpoint}/v1/edgeddos/domains

{
  "domain_id" : "095b60b21ac248579426f97379b3fbec",
  "enterprise_project_id" : 0
}

Example Responses

None

Status Codes

Status Code

Description

200

Request succeeded.

400

Invalid request parameter.

401

The account corresponding to the token does not have sufficient permission.

500

Internal server error.

Error Codes

See Error Codes.