Queries the statistics of anti-brute-force-attack rules.
Debugging
Request parameters
Parameter | Type | Required | Example | Description |
---|---|---|---|---|
Action | String | Yes | DescribeBruteForceSummary |
The operation that you want to perform. Set the value to DescribeBruteForceSummary. |
SourceIp | String | No | 1.2.3.4 |
The source IP address of the request. |
Response parameters
Parameter | Type | Example | Description |
---|---|---|---|
BruteForceSummary | Struct |
The statistics of anti-brute-force-attack rules. |
|
AllStrategyCount | Integer | 13 |
The total number of anti-brute-force-attack rules. |
EffectiveCount | Integer | 2 |
The number of enabled anti-brute-force-attack rules. |
RequestId | String | AE60EAE3-ABD0-897C-B0F16CAC6C7D |
The ID of the request. |
Sample requests
Sample request
http(s)://[Endpoint]/? Action=DescribeBruteForceSummary
&<Common request parameters>
Sample success responses
XML
format
<DescribeBruteForceSummaryResponse>
<BruteForceSummary>
<AllStrategyCount>13</AllStrategyCount>
<EffectiveCount>2</EffectiveCount>
</BruteForceSummary>
<requestId>AE60EAE3-ABD0-897C-B0F16CAC6C7D</requestId>
</DescribeBruteForceSummaryResponse>
JSON
format
{
"RequestId": "AE60EAE3-ABD0-897C-B0F16CAC6C7D",
"BruteForceSummary": {
"AllStrategyCount": "13",
"EffectiveCount": "2"
}
}
Error codes
For a list of error codes, visit the API Error Center.