All Products
Search
Document Center

OpenSearch:ListPostQueryResult

Last Updated:Jul 16, 2024

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer.

Authorization information

There is currently no authorization information disclosed in the API.

Request syntax

POST /openapi/ha3/instances/{instanceId}/query

Request parameters

ParameterTypeRequiredDescriptionExample
instanceIdstringYes

The instance ID.

ha-cn-2r42ppr7901
addressstringNo

The instance endpoint.

127.0.0.1
typestringNo

The query type. Valid values: sql: SQL query. ha3: Havenask query.

ha3
bodyobjectNo

The request body.

{}

Response parameters

ParameterTypeDescriptionExample
object
requestIdstring

The request ID.

022F36C7-9FB4-5D67-BEBC-3D14B0984463
resultany

The result.

{}

Examples

Sample success responses

JSONformat

{
  "requestId": "022F36C7-9FB4-5D67-BEBC-3D14B0984463",
  "result": "{}"
}

Error codes

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