docs
api
Web Application Firewall(UEWAF)
ModifyWafResponseFilter

Modify Information Security Filter Rules - ModifyWafResponseFilter

Overview

Modify Information Security Filter Rules

Definition

Public Parameters

Parameter NameTypeDescription InformationRequired
ActionstringCorresponding API command name, the current API is ModifyWafResponseFilter.Yes
PublicKeystringThe user's public key can be obtained from Console (opens in a new tab)Yes
SignaturestringUser signature generated based on public key and API command, see Signature AlgorithmYes

Request Parameters

Parameter NameTypeDescription InformationRequired
ProjectIdstringProject ID. If not filled in, the default project is used, and the sub-account must be filled in. Please refer to the GetProjectList interface.No
IDintThe rule ID to be modifiedYes
FullDomainstringThe domain to operateYes
NamestringRule NameYes
TypestringFilter Type; Optional: Status (Status Code), Sensitive (Sensitive Content), Customize (Custom String)Yes
RuleActionstringDiscard response or disguise content; Optional: DROP (discard response), DISGUISE (disguise content)Yes
ContentstringFilter content. When the filter type is Sensitive, it is optional, with optional values: Identity (ID number), TelNum (mobile number), Email (email), BankNum (bank card number).No
DisguiseFilestringFake Response ContentNo

Response Field

Field NameTypeDescription InformationRequired
RetCodeintReturn status code. If it is 0, it means successful return. If it is not 0, it means failure.Yes
ActionstringOperation command name.Yes
MessagestringReturns an error message, providing detailed description when RetCode is non-zero.No

Example

Request Example

https://api.surfercloud.com/?Action=ModifyWafResponseFilter
&ProjectId=org-xxx
&ID=6
&FullDomain=www.test.com
&Name=test
&Type=Status
&RuleAction=DROP
&Content=404

Response Example

{
  "Action": "ModifyWafResponseFilterResponse",
  "RetCode": 0
}
  • Company
  • ContactUs
  • Blog
Copyright © 2024 SurferCloud All Rights Reserved