All Products
Search
Document Center

Quick BI:QueryReportPerformance

Last Updated:Nov 04, 2025
This topic is generated by a machine translation engine without any human intervention. ALIBABA CLOUD DOES NOT GUARANTEE THE ACCURACY OF MACHINE TRANSLATED CONTENT. To request a human-translated version of this topic or provide feedback on this translation, please include it in the feedback form.

Queries report performance logs.

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

The following table shows the authorization information corresponding to the API. The authorization information can be used in the Action policy element to grant a RAM user or RAM role the permissions to call this API operation. Description:

  • Operation: the value that you can use in the Action element to specify the operation on a resource.
  • Access level: the access level of each operation. The levels are read, write, and list.
  • Resource type: the type of the resource on which you can authorize the RAM user or the RAM role to perform the operation. Take note of the following items:
    • For mandatory resource types, indicate with a prefix of * .
    • If the permissions cannot be granted at the resource level, All Resources is used in the Resource type column of the operation.
  • Condition Key: the condition key that is defined by the cloud service.
  • Associated operation: other operations that the RAM user or the RAM role must have permissions to perform to complete the operation. To complete the operation, the RAM user or the RAM role must have the permissions to perform the associated operations.
OperationAccess levelResource typeCondition keyAssociated operation
quickbi-public:QueryReportPerformancelist
*All Resources
*
    none
none

Request parameters

ParameterTypeRequiredDescriptionExample
QueryTypestringYes

The query type. Valid values:

  • lastDay: Yesterday
  • sevenDays: Within seven days
  • thirtyDays: Within 30 days
sevenDays
WorkspaceIdstringYes

The workspace ID.

95296e95-ca89-4c7d-8af9-dedf0ad0****
ReportIdstringNo

The ID of the security report.

6b407e50-e774-406b-9956-da2425c2****
ResourceTypestringNo

The resource types.

report
CostTimeAvgMinintegerNo

The average duration (minutes).

1
PageSizeintegerNo

The number of rows per page in a paged query.

  • Default value: 10.
  • Maximum value: 1,000.
10
PageNumintegerNo

Current page number for organization member list:

  • Pages start from page 1.
  • Default value: 1.
1

Response parameters

ParameterTypeDescriptionExample
object
RequestIdstring

The request ID.

1FC71085-D5FD-08E0-813A-4D4BD1031BC5
Resultarray<object>

The returned results.

Dataobject

Report the performance analysis model.

ReportIdstring

The ID of the work.

6b407e50-e774-406b-9956-da2425c2****
ReportNamestring

The name of the report.

ClusterAddonUpgradeReport
ComponentQueryCountinteger

The number of times the chart is queried.

1
ComponentQueryCountAvgdouble

The average number of times the chart is queried.

2.0
ReportTypestring

The format of the report.

report
QueryTimeoutCountinteger

The number of times that the chart query times out.

8
RepeatSqlQueryPercentstring

The proportion of duplicate queries.

0.7
WorkspaceNamestring

The name of the group.

test
WorkspaceIdstring

The ID of the workspace to which the work belongs.

ab46ed33-6278-4ef7-8013-8c1335f266ee
RepeatQueryPercentNumdouble

The number of duplicate queries.

3
RepeatQueryPercentstring

The proportion of duplicate queries.

0.8
QuickIndexCostTimeAvgdouble

The average time consumed by the Quick engine query.

10
QuickIndexQueryCountinteger

The number of times that the Quick engine is hit.

5
CacheCostTimeAvgdouble

The average duration of cache hits.

2.2
CacheQueryCountinteger

The number of cache hits.

1
RepeatSqlQueryCountinteger

The number of times the query is repeated.

1
CostTimeAvgdouble

The average query duration associated with the SQL pattern.

0.2
QueryCountAvgdouble

The average number of queries.

3.3
QueryCountinteger

The number of queries.

50
QueryTimeoutCountPercentdouble

The percentage of timeout times for chart queries.

0.5
QueryOverTenSecPercentNumdouble

The number of queries that exceed 10 seconds.

0.5
QueryOverFivePercentNumdouble

The percentage of the number of queries that exceed the 5S.

0.5
QueryOverTenSecPercentstring

The percentage of queries that exceed 10s.

0.5
QueryOverFiveSecPercentstring

Query the proportion of more than 5S.

0.5
Successboolean

Indicates whether the request was successful. Valid values:

  • true: The request was successful.
  • false: The request failed.
True

Examples

Sample success responses

JSONformat

{
  "RequestId": "1FC71085-D5FD-08E0-813A-4D4BD1031BC5",
  "Result": [
    {
      "ReportId": "6b407e50-e774-406b-9956-da2425c2****",
      "ReportName": "ClusterAddonUpgradeReport",
      "ComponentQueryCount": 1,
      "ComponentQueryCountAvg": 2,
      "ReportType": "report",
      "QueryTimeoutCount": 8,
      "RepeatSqlQueryPercent": 0.7,
      "WorkspaceName": "test",
      "WorkspaceId": "ab46ed33-6278-4ef7-8013-8c1335f266ee",
      "RepeatQueryPercentNum": 3,
      "RepeatQueryPercent": 0.8,
      "QuickIndexCostTimeAvg": 10,
      "QuickIndexQueryCount": 5,
      "CacheCostTimeAvg": 2.2,
      "CacheQueryCount": 1,
      "RepeatSqlQueryCount": 1,
      "CostTimeAvg": 0.2,
      "QueryCountAvg": 3.3,
      "QueryCount": 50,
      "QueryTimeoutCountPercent": 0.5,
      "QueryOverTenSecPercentNum": 0.5,
      "QueryOverFivePercentNum": 0.5,
      "QueryOverTenSecPercent": 0.5,
      "QueryOverFiveSecPercent": 0.5
    }
  ],
  "Success": true
}

Error codes

HTTP status codeError codeError messageDescription
400Internal.System.ErrorAn internal system error occurred.An internal system error occurred.

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