Help Center/ Edge Security/ API Reference/ API/ HTTP Protection Policy Management/ This API is used to update a protection policy rule.
Updated on 2024-11-18 GMT+08:00

This API is used to update a protection policy rule.

Function

This API is used to update a protection policy rule.

URI

PUT /v1/edgesec/configuration/http/policies/{policy_id}/{rule_type}/{rule_id}/status

Table 1 Path Parameters

Parameter

Mandatory

Type

Description

policy_id

Yes

String

Policy ID.

rule_type

Yes

String

Protection Rules cc-rule|access-control-rule|blocktrustip-rule|privacy-rule|ignore-rule|geoip-rule|punishment-rule

rule_id

Yes

String

Protection policy 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

status

Yes

Integer

0: disabled; 1: enabled

Response Parameters

Status code: 200

Table 4 Response body parameters

Parameter

Type

Description

category

String

Rule category.

description

String

Description.

id

String

Rule ID.

policyid

String

Policy ID.

status

Integer

Rule status.

timestamp

Number

Time when a rule is added.

Status code: 400

Table 5 Response body parameters

Parameter

Type

Description

error_code

String

Standard error code: service name.8-digit code

error_msg

String

Detailed error information.

encoded_authorization_message

String

If the service is integrated with IAM5.0, an IAM response must be returned when access is denied.

Status code: 401

Table 6 Response body parameters

Parameter

Type

Description

error_code

String

Standard error code: service name.8-digit code

error_msg

String

Detailed error information.

encoded_authorization_message

String

If the service is integrated with IAM5.0, an IAM response must be returned when access is denied.

Status code: 500

Table 7 Response body parameters

Parameter

Type

Description

error_code

String

Standard error code: service name.8-digit code

error_msg

String

Detailed error information.

encoded_authorization_message

String

If the service is integrated with IAM5.0, an IAM response must be returned when access is denied.

Example Requests

None

Example Responses

None

Status Codes

Status Code

Description

200

OK

400

Request failed.

401

The token does not have required permissions.

500

Internal server error.

Error Codes

See Error Codes.