You can call this operation to query the protection mode of a specific protection module, such as web application protection, HTTP flood protection, and the big data deep learning engine.
You can set the DefenseType parameter to specify the protection module. For more information about the values of this parameter, see the description of DefenseType in the following section.
Debugging
Request parameters
Parameter | Type | Required | Example | Description |
---|---|---|---|---|
Action | Boolean | No | DescribeProtectionModuleMode |
The operation that you want to perform. Set the value to DescribeProtectionModuleMode. |
DefenseType | String | No | waf |
The protection module. Valid values:
|
Domain | String | No | www.example.com |
The domain name that has been added to WAF. |
InstanceId | String | No | waf_elasticity-cn-0xldbqtm005 |
The ID of the WAF instance. Note You can call the DescribeInstanceInfo operation to query the ID of the WAF instance.
|
ResourceGroupId | String | Yes | rg-atstuj3rtoptyui |
The ID of the resource group to which the queried domain belongs in Resource Management. By default, no value is specified, indicating that the domain belongs to the default resource group. |
Response parameters
Parameter | Type | Example | Description |
---|---|---|---|
Mode | Integer | 1 |
The protection mode of the specified protection module. Valid values: Note The value of the Mode parameter varies depending on the value of the DefenseType parameter.
|
RequestId | String | D7861F61-5B61-46CE-A47C-6B19160D5EB0 |
The ID of the request. |
Samples
Sample request
http(s)://[Endpoint]/? Action=DescribeProtectionModuleMode
&DefenseType=waf
&Domain=www.example.com
&InstanceId=waf_elasticity-cn-0xldbqtm005
&<Common request parameters>
Sample success responses
XML
format
<Mode>1</Mode>
<RequestId>D7861F61-5B61-46CE-A47C-6B19160D5EB0</RequestId>
JSON
format
{
"Mode":1,
"RequestId":"D7861F61-5B61-46CE-A47C-6B19160D5EB0"
}
Error codes.
For a list of error codes, visit the API Error Center.