Queries the statistics of IP address blocking policies that are used to defend against brute-force attacks and trigger alerts.
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
SourceIp | string | No | The source IP address of the request. | 203.119.XX.XX |
Response parameters
Example
Normal return example
JSON
Format
{
"RequestId": "AE60EAE3-ABD0-897C-B0F16CAC6C7D",
"BruteForceSummary": {
"AllStrategyCount": 13,
"EffectiveCount": 2
}
}
Error codes
Http code | Error code | Error message |
---|---|---|
400 | NoPermission | no permission |
500 | ServerError | ServerError |
For a list of error codes, visit the API error center.