All Products
Search
Document Center

Database Autonomy Service:DescribeSlowLogStatistic

Last Updated:Mar 26, 2026

Retrieves statistics for slow query logs.

Operation description

Before you call this operation, make sure that you understand the billing methods and pricing of Database Autonomy Service (DAS).

Before you call this operation, make sure that the following requirements are met:

  • Alibaba Cloud Managed Services is enabled for the instance.

  • Use the latest version of the Alibaba Cloud software development kit (SDK) or DAS SDK.

  • When you use an SDK to call the DAS API, set the region to `cn-shanghai`.

This is an asynchronous operation. After a request is sent, the system does not immediately return the complete result. If the IsFinish parameter in the response is false, wait for 1 second and send the request again. Repeat the request until the IsFinish parameter is true, at which point the complete result is returned.

Try it now

Try this API in OpenAPI Explorer, no manual signing needed. Successful calls auto-generate SDK code matching your parameters. Download it with built-in credential security for local usage.

Test

RAM authorization

The table below describes the authorization required to call this API. You can define it in a Resource Access Management (RAM) policy. The table's columns are detailed below:

  • Action: The actions can be used in the Action element of RAM permission policy statements to grant permissions to perform the operation.

  • API: The API that you can call to perform the action.

  • Access level: The predefined level of access granted for each API. Valid values: create, list, get, update, and delete.

  • Resource type: The type of the resource that supports authorization to perform the action. It indicates if the action supports resource-level permission. The specified resource must be compatible with the action. Otherwise, the policy will be ineffective.

    • For APIs with resource-level permissions, required resource types are marked with an asterisk (*). Specify the corresponding Alibaba Cloud Resource Name (ARN) in the Resource element of the policy.

    • For APIs without resource-level permissions, it is shown as All Resources. Use an asterisk (*) in the Resource element of the policy.

  • Condition key: The condition keys defined by the service. The key allows for granular control, applying to either actions alone or actions associated with specific resources. In addition to service-specific condition keys, Alibaba Cloud provides a set of common condition keys applicable across all RAM-supported services.

  • Dependent action: The dependent actions required to run the action. To complete the action, the RAM user or the RAM role must have the permissions to perform all dependent actions.

Action

Access level

Resource type

Condition key

Dependent action

hdm:DescribeSlowLogStatistic

get

*All Resource

*

None None

Request parameters

Parameter

Type

Required

Description

Example

InstanceId

string

Yes

The ID of the instance.

rm-2ze1jdv45i7l6****

NodeId

string

No

The ID of the node.

  • For ApsaraDB RDS for MySQL and PolarDB for MySQL, this parameter applies only to cluster instances. If you do not specify this parameter, the details of the slow query logs of the primary node are queried by default.

  • For PolarDB-X 2.0, specify polarx_cn for compute nodes or polarx_dn for data nodes.

r-x****-db-0

Type

string

No

The aggregation dimension. Valid values:

SlowLogRequestOrigin: Aggregates templates by source IP address.

OriginHost: Aggregates templates by SQL ID and filters the results by the templateID of the source host.

SlowLogRequestUser: Aggregates templates by source user.

SQL: Aggregates templates by SQL ID and filters the results by templateID.

Valid values:

  • SlowLogRequestOrigin :

    SlowLogRequestOrigin

  • OriginHost :

    OriginHost

  • SlowLogRequestUser :

    SlowLogRequestUser

  • SQL :

    SQL

SQL

TemplateId

string

No

The ID of the template.

04ea3310df40c3fa8a6b4854db49f79a

StartTime

integer

Yes

The beginning of the time range to query. This value is a UNIX timestamp. Unit: milliseconds.

1568269711000

EndTime

integer

Yes

The end of the time range to query. This value is a UNIX timestamp. Unit: milliseconds.

1608888296000

OrderBy

string

No

The sorting method. Valid values:

Count

QueryTime

LockTime

RowsExamined

RowsSent

count

Asc

boolean

No

Specifies whether to sort the results in ascending order. Default value: false.

true

PageNumber

integer

No

The page number. Pages start from 1. Default value: 1.

1

PageSize

integer

No

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

20

Filters

array<object>

No

The filter conditions.

object

No

The supported keys and their value formats are as follows:

hostAddress: The source IP address. Separate multiple IP addresses with commas (,).

sqlId: The SQL ID. Separate multiple SQL IDs with commas (,).

user: The user. Separate multiple users with commas (,).

dbName: The database name. Separate multiple database names with commas (,).

keyWord: The keyword. Separate multiple keywords with spaces.

tags: The tag. Separate multiple tags with commas (,).

Key

string

No

The filter parameter.

KeyWords

Value

string

No

The value of the filter parameter.

select

Response elements

Element

Type

Description

Example

object

Code

string

The HTTP status code returned.

200

Message

string

The returned message.

Note

If the request was successful, Successful is returned. If the request failed, an error message is returned.

Successful

RequestId

string

The request ID.

52D540CF-C517-1F57-BB42-9035F96******

Success

string

Indicates whether the request was successful. Valid values:

  • true: The request was successful.

  • false: The request failed.

true

Data

object

AsyncResult<DBLogRecords<SlowLogStat>>

RequestKey

string

The key of the request parameter.

123456789

ResultId

string

The ID of the result.

async__665ee69612f1627c7fd9f3c85075****

State

string

The status of the asynchronous request. Valid values:

-RUNNING: The request is in progress.

-SUCCESS: The request is successful.

-FAIL: The request failed.

SUCCESS

IsFinish

boolean

Indicates whether the asynchronous request is complete.

true

Data

object

The data.

DbInstanceName

string

The instance ID.

0

NodeId

string

The node ID.

For ApsaraDB for MongoDB instances, you can use this parameter to specify a node for storage analysis. You can call the DescribeRoleZoneInfo operation to query the details of the nodes in an ApsaraDB for MongoDB instance.

  • If you specify the InsName (node ID) of the destination node, such as d-bp1872fa24d5****, the system analyzes the corresponding hidden node.

  • If you specify InsName#RoleId of the destination node, such as d-bp1872fa24d5****#299****5, the system analyzes the specified node.

Important For an ApsaraDB for MongoDB replica set instance, if you do not specify this parameter, the system analyzes the only hidden node by default. For an ApsaraDB for MongoDB sharded cluster instance, specify this parameter to select a destination node.

pi-wz99g5rn7w1x8h0sf

ItemsNumbers

integer

The number of items in the slow query log list on the current page.

10

StartTime

string

The start time. This value is a UNIX timestamp. Unit: milliseconds.

2024-10-08T02:01:00Z

EndTime

string

The end time of the query. This value is a UNIX timestamp. Unit: milliseconds.

Note

The end time must be later than the start time.

2024-08-08T02:15:00Z

DbInstanceId

integer

The numeric ID of the instance.

rm-k2ja51w7cnusg5a1x

TotalRecords

integer

The total number of entries.

13

PageNumbers

integer

The page number of the paged query. Pages start from 1. Default value: 1.

1

MaxRecordsPerPage

integer

The maximum number of entries to return on each page of the paged query. Valid values: 5 to 100.

10

Logs

array<object>

The name of the object.

array<object>

The log details.

Count

integer

The number of elements that correspond to the key.

12

MaxLockTime

number

This parameter is deprecated.

-

MaxQueryTime

number

This parameter is deprecated.

-

MaxRowsExamined

integer

The maximum number of scanned rows.

318613

MaxRowsSent

integer

The maximum number of returned rows.

256

AvgQueryTime

number

This parameter is deprecated.

-

QueryTimeRate

number

The ratio of the query time.

0.1018

CountRate

number

The ratio of the number of executions.

0.2034

AvgRowsExamined

number

The average number of scanned rows.

53421.0

OriginAlias

string

The alias of the source.

order-1

User

string

The user.

user-1

SqlTag

object

The tag.

SqlId

string

The SQL ID.

a3931d8c3a9315dd5ed016d71cf*****

Tags

string

The tags. Multiple tags are separated by commas (,).

DAS_IN_PLAN

Comments

string

The remarks. The remarks can be 1 to 300 characters in length.

The remarks can be 1 to 300 characters in length.

DBA archive

Trend

array<object>

The slow log trends.

object

The slow log trends.

Timestamp

integer

The time when the task was run. This value is a UNIX timestamp. Unit: milliseconds (ms).

1723775362

Value

any

The value of the filter parameter.

tf-testacc-oos-parameter

Database

string

The database name.

work-wechat-api

Histogram

object

The data of the trend chart.

Total

integer

The total number of entries returned for the query.

7

Count

array

The number of slow query logs.

integer

The number of slow query logs.

100

Ts

array

The timestamp of the execution.

integer

The time when the event occurred. This value is a UNIX timestamp. Unit: seconds.

1715220818

TsEnd

array

This parameter is deprecated.

integer

This parameter is deprecated.

-

Item

array<object>

The task status.

object

The error code.

NodeId

string

The node ID.

r-bp1s1m8hwzrm77kfvz-db-0

Count

array

The number of slow query logs.

integer

The number of elements that correspond to the Key.

100

Rt

array

The execution time. Unit: seconds.

number

The execution time. Unit: seconds.

1854

AvgRt

array

The average execution time.

number

The average execution time.

3709

MaxRt

array

The maximum response time (RT). Unit: ms.

number

The maximum response time (RT). Unit: ms.

2516.0

LockTime

array

The lock wait time. Unit: milliseconds.

number

The lock wait time. Unit: milliseconds.

300

AvgLockTime

array

The average lock wait time. Unit: seconds.

number

The average lock wait time. Unit: seconds.

15

MaxLockTime

array

The maximum lock wait time. Unit: seconds.

number

The maximum lock wait time. Unit: seconds.

1051

RowsExamined

array

The total number of scanned rows.

Note

This parameter is supported by ApsaraDB RDS for MySQL, ApsaraDB RDS for PostgreSQL, and PolarDB for MySQL.

integer

The total number of scanned rows.

Note

This parameter is supported by ApsaraDB RDS for MySQL, ApsaraDB RDS for PostgreSQL, and PolarDB for MySQL.

641057

AvgRowsExamined

array

The average number of scanned rows.

number

The average number of scanned rows.

222189

MaxRowsExamined

array

The maximum number of scanned rows.

integer

The maximum number of scanned rows.

878511

RowsSent

array

The number of returned rows.

integer

The number of returned rows.

4

AvgRowsSent

array

The average number of returned rows.

number

The average number of returned rows.

2.0

MaxRowsSent

array

The maximum number of returned rows.

integer

The maximum number of returned rows.

256

SqlId

string

The SQL ID.

2dca88762ec6b3812504ab8a4b******

Scheme

string

HTTP or HTTPS.

HTTP

SubInstanceId

string

The ID of the child instance.

r-8vba51c588ba3a94

DbInstanceName

string

The instance ID.

0

InsName

string

The name of the shard.

rm-uf6zix1z2jh1y6fe5

AccountName

string

The database account.

edu_admin

HostAddress

string

The client IP address.

172.23.142.178

QueryStartTime

string

The time when the query started. The time is in the yyyy-MM-dd hh:mm:ss format and is displayed in UTC.

2024-12-25T03:00:00Z

SQLText

string

The details of the SQL statement.

SELECT 'Hello, World!' FROM DUAL

Psql

string

The SQL template.

SELECT b?.id,b?.t?,b?.id,b?.t? FROM testtb? b? JOIN testtb? b? ON b?.id=b?.id WHERE b?.t? LIKE ? ORDER BY b?.id DESC

DBName

string

The database name.

member_score

QueryTime

integer

The query execution time. Unit: milliseconds (ms).

272.444

ReturnItemNumbers

string

The number of returned items.

None

DocsExamined

integer

The number of documents scanned during the operation on the MongoDB instance.

1

KeysExamined

integer

The number of index scans on the MongoDB instance.

20000

TableName

string

The name of the table.

users\nifconfig\n

LockTime

number

This parameter is deprecated.

-

RowsExamined

integer

The total number of scanned rows.

Note

This parameter is supported by ApsaraDB RDS for MySQL, ApsaraDB RDS for PostgreSQL, and PolarDB for MySQL.

2444081

RowsSent

integer

The number of returned rows.

772

ThreadId

string

The thread ID. This parameter is returned only for PolarDB for MySQL instances.

1

Timestamp

integer

The time when the task was run. This value is a UNIX timestamp. Unit: milliseconds (ms).

1708568930

AvgLockTime

number

This parameter is deprecated.

-

AvgRowsSent

number

The average number of returned rows.

2.0

LockTimeSeconds

number

The lock wait time. Unit: seconds.

0.0

QueryTimeSeconds

number

The query time. Unit: seconds.

25.472

AvgLockTimeSeconds

number

The average lock wait time. Unit: seconds.

0.0

MaxLockTimeSeconds

number

The maximum lock wait time. Unit: seconds.

0.0

MaxQueryTimeSeconds

number

The maximum query time. Unit: seconds.

14.402

AvgQueryTimeSeconds

number

The average query time. Unit: seconds.

6.211

SqlType

string

The type of the SQL statement.

LOGIN

QueryId

string

The query ID.

Note

This parameter is supported only by ApsaraDB for MongoDB instances.

sq-1pzcdMwRb

NodeType

string

The node type.

Note

This parameter is supported by ApsaraDB for MongoDB and Tair (Redis OSS-compatible).

DLNode

HostInsId

string

The ID of the host instance.

Note

This parameter is supported only by ApsaraDB for MongoDB instances.

mongo-abc123456

InsRole

string

The instance role.

Note

This parameter is supported only by ApsaraDB for MongoDB instances.

__system

OpType

string

The operation type.

Note

This parameter is supported only by ApsaraDB for MongoDB instances.

Insert

Namespace

string

The namespace.

Note

This parameter is supported only by ApsaraDB for MongoDB instances.

database.collection

AvgKeysExamined

number

The average number of index scans.

Note

This parameter is supported only by ApsaraDB for MongoDB instances.

20000

AvgDocExamined

number

The average number of scanned documents.

Note

This parameter is supported only by ApsaraDB for MongoDB instances.

10000

AvgReturnNum

number

The average number of returned rows.

Note

This parameter is supported only by ApsaraDB for MongoDB instances.

1

MaxKeysExamined

integer

The maximum number of index scans.

Note

This parameter is supported only by ApsaraDB for MongoDB instances.

2000000

MaxDocExamined

integer

The maximum number of scanned documents.

Note

This parameter is supported only by ApsaraDB for MongoDB instances.

1000000

MaxReturnNum

integer

The maximum number of returned rows.

Note

This parameter is supported only by ApsaraDB for MongoDB instances.

1

ReturnNum

integer

The number of returned rows.

Note

This parameter is supported only by ApsaraDB for MongoDB instances.

1

DocExamined

integer

The number of scanned documents.

Note

This parameter is supported only by ApsaraDB for MongoDB instances.

2000000

Command

string

The slow query statement.

Note

This parameter is supported only by Tair (Redis OSS-compatible) instances.

SELECT b?.id,b?.t?,b?.id,b?.t? FROM testtb? b? JOIN testtb? b? ON b?.id=b?.id WHERE b?.t? LIKE ? ORDER BY b?.t? DESC

IOWrites

integer

The number of I/O writes.

Note

This parameter is supported only by ApsaraDB RDS for SQL Server instances.

1000

MaxIOWrites

integer

The maximum number of I/O writes.

Note

This parameter is supported only by ApsaraDB RDS for SQL Server instances.

1000

LastRowsCountAffected

integer

The number of rows affected by the last SQL statement.

Note

This parameter is supported only by ApsaraDB RDS for SQL Server instances.

1000

MaxLastRowsCountAffected

integer

The maximum number of rows affected by the last SQL statement.

Note

This parameter is supported only by ApsaraDB RDS for SQL Server instances.

1000

LogicalIOReads

integer

The number of logical reads.

Note

This parameter is supported only by ApsaraDB RDS for SQL Server instances.

1000

MaxLogicalIOReads

integer

The maximum number of logical reads.

Note

This parameter is supported only by ApsaraDB RDS for SQL Server instances.

1000

PhysicalIOReads

integer

The number of physical reads.

Note

This parameter is supported only by ApsaraDB RDS for SQL Server instances.

1000

MaxPhysicalIOReads

integer

The maximum number of physical reads.

Note

This parameter is supported only by ApsaraDB RDS for SQL Server instances.

1000

RowsCountAffected

integer

The number of affected rows.

Note

This parameter is supported only by ApsaraDB RDS for SQL Server instances.

1000

MaxRowsCountAffected

integer

The maximum number of affected rows.

Note

This parameter is supported only by ApsaraDB RDS for SQL Server instances.

1000

CPUTime

number

This parameter is deprecated.

-

AvgCPUTime

number

This parameter is deprecated.

-

MaxCPUTime

number

This parameter is deprecated.

-

AvgIOWrites

number

The average number of I/O writes.

Note

This parameter is supported only by ApsaraDB RDS for SQL Server instances.

1000

AvgLastRowsCountAffected

number

The average number of rows affected by the last SQL statement.

Note

This parameter is supported only by ApsaraDB RDS for SQL Server instances.

1000

AvgLogicalIOReads

number

The average number of logical reads.

Note

This parameter is supported only by ApsaraDB RDS for SQL Server instances.

1000

AvgPhysicalIOReads

number

The average number of physical reads.

Note

This parameter is supported only by ApsaraDB RDS for SQL Server instances.

1000

AvgRowsCountAffected

number

The average number of affected rows.

Note

This parameter is supported only by ApsaraDB RDS for SQL Server instances.

1000

AvgCPUTimeSeconds

number

The average CPU query time. Unit: seconds.

456

MaxCPUTimeSeconds

number

The longest CPU query time. Unit: seconds.

456

CPUTimeSeconds

number

The CPU query time. Unit: seconds.

Note

This parameter is supported only by ApsaraDB RDS for SQL Server instances.

456

Rows

integer

The total number of rows updated or returned by the compute nodes of the PolarDB-X 2.0 instance.

Note

This parameter is supported only by PolarDB-X 2.0 instances.

105

AvgRows

number

The average number of rows.

10

MaxRows

integer

The maximum number of rows.

10

Frows

integer

The number of rows pulled by the compute nodes (CNs) of the PolarDB-X 2.0 instance.

Note

This parameter is supported only by PolarDB-X 2.0 instances.

10

AvgFrows

number

The average number of pulled rows.

10

MaxFrows

integer

The maximum number of pulled rows.

10

Scnt

integer

The number of requests sent from the compute nodes (CNs) to data nodes (DNs) in the PolarDB-X 2.0 instance.

Note

This parameter is supported only by PolarDB-X 2.0 instances.

10

AvgScnt

number

The average number of requests.

10

MaxScnt

integer

The maximum number of requests.

10

RuleId

string

The ID of the rule. For more information, see Query administration.

181**47

AvgRt

number

MaxRt

number

AvgRequestSize

number

MaxRequestSize

number

AvgResponseSize

number

MaxResponseSize

number

TotalCount

integer

Cmd

string

ClientIp

string

DbId

string

ErrorCode

integer

The error code.

10910

Message

string

The error message.

Successful

Timestamp

integer

The timestamp of the request.

1735104224250

Examples

Success response

JSON format

{
  "Code": "200",
  "Message": "Successful",
  "RequestId": "52D540CF-C517-1F57-BB42-9035F96******",
  "Success": "true",
  "Data": {
    "RequestKey": "123456789",
    "ResultId": "async__665ee69612f1627c7fd9f3c85075****",
    "State": "SUCCESS",
    "IsFinish": true,
    "Data": {
      "DbInstanceName": "0",
      "NodeId": "pi-wz99g5rn7w1x8h0sf",
      "ItemsNumbers": 10,
      "StartTime": "2024-10-08T02:01:00Z",
      "EndTime": "2024-08-08T02:15:00Z",
      "DbInstanceId": 0,
      "TotalRecords": 13,
      "PageNumbers": 1,
      "MaxRecordsPerPage": 10,
      "Logs": [
        {
          "Count": 12,
          "MaxLockTime": 0,
          "MaxQueryTime": 0,
          "MaxRowsExamined": 318613,
          "MaxRowsSent": 256,
          "AvgQueryTime": 0,
          "QueryTimeRate": 0.1018,
          "CountRate": 0.2034,
          "AvgRowsExamined": 53421,
          "OriginAlias": "order-1",
          "User": "user-1",
          "SqlTag": {
            "SqlId": "a3931d8c3a9315dd5ed016d71cf*****",
            "Tags": "DAS_IN_PLAN",
            "Comments": "DBA archive"
          },
          "Trend": [
            {
              "Timestamp": 1723775362,
              "Value": "tf-testacc-oos-parameter"
            }
          ],
          "Database": "work-wechat-api",
          "Histogram": {
            "Total": 7,
            "Count": [
              100
            ],
            "Ts": [
              1715220818
            ],
            "TsEnd": [
              0
            ],
            "Item": [
              {
                "NodeId": "r-bp1s1m8hwzrm77kfvz-db-0",
                "Count": [
                  100
                ]
              }
            ],
            "Rt": [
              1854
            ],
            "AvgRt": [
              3709
            ],
            "MaxRt": [
              2516
            ],
            "LockTime": [
              300
            ],
            "AvgLockTime": [
              15
            ],
            "MaxLockTime": [
              1051
            ],
            "RowsExamined": [
              641057
            ],
            "AvgRowsExamined": [
              222189
            ],
            "MaxRowsExamined": [
              878511
            ],
            "RowsSent": [
              4
            ],
            "AvgRowsSent": [
              2
            ],
            "MaxRowsSent": [
              256
            ]
          },
          "SqlId": "2dca88762ec6b3812504ab8a4b******",
          "Scheme": "HTTP",
          "SubInstanceId": "r-8vba51c588ba3a94",
          "DbInstanceName": "0",
          "InsName": "rm-uf6zix1z2jh1y6fe5",
          "AccountName": "edu_admin",
          "HostAddress": "172.23.142.178",
          "QueryStartTime": "2024-12-25T03:00:00Z",
          "SQLText": "SELECT 'Hello, World!' FROM DUAL",
          "Psql": "SELECT b?.id,b?.t?,b?.id,b?.t? FROM testtb? b? JOIN testtb? b? ON b?.id=b?.id WHERE b?.t? LIKE ? ORDER BY b?.id DESC",
          "DBName": "member_score",
          "QueryTime": 272.444,
          "ReturnItemNumbers": "None",
          "DocsExamined": 1,
          "KeysExamined": 20000,
          "TableName": "users\\nifconfig\\n",
          "LockTime": 0,
          "RowsExamined": 2444081,
          "RowsSent": 772,
          "ThreadId": "1",
          "Timestamp": 1708568930,
          "AvgLockTime": 0,
          "AvgRowsSent": 2,
          "LockTimeSeconds": 0,
          "QueryTimeSeconds": 25.472,
          "AvgLockTimeSeconds": 0,
          "MaxLockTimeSeconds": 0,
          "MaxQueryTimeSeconds": 14.402,
          "AvgQueryTimeSeconds": 6.211,
          "SqlType": "LOGIN",
          "QueryId": "sq-1pzcdMwRb",
          "NodeType": "DLNode",
          "HostInsId": "mongo-abc123456",
          "InsRole": "__system",
          "OpType": "Insert",
          "Namespace": "database.collection",
          "AvgKeysExamined": 20000,
          "AvgDocExamined": 10000,
          "AvgReturnNum": 1,
          "MaxKeysExamined": 2000000,
          "MaxDocExamined": 1000000,
          "MaxReturnNum": 1,
          "ReturnNum": 1,
          "DocExamined": 2000000,
          "Command": "SELECT b?.id,b?.t?,b?.id,b?.t? FROM testtb? b? JOIN testtb? b? ON b?.id=b?.id WHERE b?.t? LIKE ? ORDER BY b?.t? DESC",
          "IOWrites": 1000,
          "MaxIOWrites": 1000,
          "LastRowsCountAffected": 1000,
          "MaxLastRowsCountAffected": 1000,
          "LogicalIOReads": 1000,
          "MaxLogicalIOReads": 1000,
          "PhysicalIOReads": 1000,
          "MaxPhysicalIOReads": 1000,
          "RowsCountAffected": 1000,
          "MaxRowsCountAffected": 1000,
          "CPUTime": 0,
          "AvgCPUTime": 0,
          "MaxCPUTime": 0,
          "AvgIOWrites": 1000,
          "AvgLastRowsCountAffected": 1000,
          "AvgLogicalIOReads": 1000,
          "AvgPhysicalIOReads": 1000,
          "AvgRowsCountAffected": 1000,
          "AvgCPUTimeSeconds": 456,
          "MaxCPUTimeSeconds": 456,
          "CPUTimeSeconds": 456,
          "Rows": 105,
          "AvgRows": 10,
          "MaxRows": 10,
          "Frows": 10,
          "AvgFrows": 10,
          "MaxFrows": 10,
          "Scnt": 10,
          "AvgScnt": 10,
          "MaxScnt": 10,
          "RuleId": "181**47",
          "AvgRt": 0,
          "MaxRt": 0,
          "AvgRequestSize": 0,
          "MaxRequestSize": 0,
          "AvgResponseSize": 0,
          "MaxResponseSize": 0,
          "TotalCount": 0,
          "Cmd": "",
          "ClientIp": "",
          "DbId": ""
        }
      ]
    },
    "ErrorCode": 10910,
    "Message": "Successful",
    "Timestamp": 1735104224250
  }
}

Error codes

HTTP status code

Error code

Error message

Description

400 InvalidParams The request parameters are invalid.
403 NoPermission You are not authorized to do this action.

See Error Codes for a complete list.

Release notes

See Release Notes for a complete list.