Queries the information about servers to which a defense rule against brute-force attacks is applied.
Debugging
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. | 115.238.XX.XX |
UuidList | array | No | The UUIDs of the servers. Note
You can call the DescribeCloudCenterInstances operation to query the UUIDs of servers.
| |
string | No | The UUID of the server. Note
You can call the DescribeCloudCenterInstances operation to query the UUIDs of servers.
| 4fe8e1cd-3c37-4851-b9de-124da32c**** | |
CurrentPage | integer | No | The number of the page to return. Default value: 1. | 1 |
PageSize | integer | No | The number of entries to return on each page. Default value: 10000. | 20 |
Response parameters
Examples
Sample success responses
JSON
format
{
"RequestId": "97286A-4A6B-4A4-95FA-EC7E3E2451",
"PageInfo": {
"CurrentPage": 1,
"PageSize": 20,
"TotalCount": 4,
"Count": 4
},
"Rules": [
{
"Uuid": "4fe8e1cd-3c37-4851-b9de-124da32c****",
"Name": "TestRule",
"Id": 215779601
}
]
}
Error codes
HTTP status code | Error code | Error message | Description |
---|---|---|---|
403 | NoPermission | caller has no permission | You are not authorized to do this operation. |
500 | ServerError | ServerError | - |
For a list of error codes, visit the Service error codes.
Change history
Change time | Summary of changes | Operation |
---|
No change history