All Products
Search
Document Center

Security Center:DescribeInstanceAntiBruteForceRules

Last Updated:May 22, 2025

Queries the information about servers to which a defense rule against brute-force attacks is applied.

Debugging

You can run this interface directly in OpenAPI Explorer, saving you the trouble of calculating signatures. After running successfully, OpenAPI Explorer can automatically generate SDK code samples.

Authorization information

There is currently no authorization information disclosed in the API.

Request parameters

ParameterTypeRequiredDescriptionExample
SourceIpstringNo

The source IP address of the request.

115.238.XX.XX
UuidListarrayNo

The UUIDs of the servers.

Note You can call the DescribeCloudCenterInstances operation to query the UUIDs of servers.
stringNo

The UUID of the server.

Note You can call the DescribeCloudCenterInstances operation to query the UUIDs of servers.
4fe8e1cd-3c37-4851-b9de-124da32c****
CurrentPageintegerNo

The number of the page to return. Default value: 1.

1
PageSizeintegerNo

The number of entries to return on each page. Default value: 10000.

20

Response parameters

ParameterTypeDescriptionExample
object
RequestIdstring

The ID of the request, which is used to locate and troubleshoot issues.

97286A-4A6B-4A4-95FA-EC7E3E2451
PageInfoobject

The pagination information.

CurrentPageinteger

The page number of the returned page.

1
PageSizeinteger

The number of entries returned per page.

20
TotalCountinteger

The total number of servers returned.

4
Countinteger

The number of servers returned on the current page.

4
Rulesarray<object>

An array consisting of the servers to which a defense rule is applied.

InstanceAntiBruteForceRuleobject
Uuidstring

The UUID of the server to which the defense rule is applied.

4fe8e1cd-3c37-4851-b9de-124da32c****
Namestring

The name of the defense rule.

TestRule
Idlong

The ID of the defense rule.

215779601

Examples

Sample success responses

JSONformat

{
  "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 codeError codeError messageDescription
403NoPermissioncaller has no permissionYou are not authorized to do this operation.
500ServerErrorServerError-

For a list of error codes, visit the Service error codes.

Change history

Change timeSummary of changesOperation
No change history