Updated on 2023-08-24 GMT+08:00

Updating an Anti-DDoS Domain Name

Function

This API is used to update an anti-DDoS domain name.

URI

PUT /v1/edgeddos/domains/{domainid}

Table 1 Path Parameters

Parameter

Mandatory

Type

Description

domainid

Yes

String

Domain name ID.

Request Parameters

Table 2 Request header parameters

Parameter

Mandatory

Type

Description

X-Auth-Token

Yes

String

auth token

Table 3 Request body 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).

protected_switch

Yes

Integer

Protection switch (0: off; 1: on)

Default: 0

Enumeration values:

  • 0

  • 1

Response Parameters

Status code: 400

Table 4 Response body parameters

Parameter

Type

Description

error_code

String

Error code.

error_msg

String

Error message.

Status code: 401

Table 5 Response body parameters

Parameter

Type

Description

error_code

String

Error code.

error_msg

String

Error message.

Status code: 500

Table 6 Response body parameters

Parameter

Type

Description

error_code

String

Error code.

error_msg

String

Error message.

Example Requests

Enable protection for the domain name whose ID is 095b60b21ac248579426f97379b3fbec.

PUT https://{Endpoint}/v1/edgeddos/domains/095b60b21ac248579426f97379b3fbec

{
  "protected_switch" : 1
}

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.