All Products
Search
Document Center

OpenSearch:ListSlowQueryQueries

Last Updated:Oct 16, 2024

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 syntax

GET /v4/openapi/app-groups/{appGroupIdentity}/optimizers/slow-query/categories/{categoryIndex}/queries HTTP/1.1

Request parameters

ParameterTypeRequiredDescriptionExample
appGroupIdentitystringYes

my_app_group_name

my_app_group_name
categoryIndexstringYes

0

0

Response parameters

ParameterTypeDescriptionExample
object
requestIdstring

The ID of the request.

EB250CA0-ACFD-C5DE-17CD-01445BFE8AE5
resultobject

The return result.

indexinteger

The ID of the optimization suggestion.

0
appQuerystring

The content of the optimization suggestion for the query.

no data
startinteger

The beginning of the time range that was queried.

1589986800
endinteger

The end of the time range that was queried.

1589990340

Examples

Sample success responses

JSONformat

{
  "requestId": "EB250CA0-ACFD-C5DE-17CD-01445BFE8AE5",
  "result": {
    "index": 0,
    "appQuery": "no data",
    "start": 1589986800,
    "end": 1589990340
  }
}

Error codes

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

Change history

Change timeSummary of changesOperation
No change history