All Products
Search
Document Center

OpenSearch:ListRestQueryResult

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}/rest-query

Request parameters

ParameterTypeRequiredDescriptionExample
instanceIdstringYes

The instance ID.

ha-cn-tl32n3iu801
addressstringNo

The instance endpoint.

127.0.0.1
bodyobjectNo

The request body.

indexNamestringNo

The name of the index table.

main_index
queryobjectNo

The rest query statement.

query%3Drelation_id%3A%221151274675_2%22%26%26cluster%3Dgeneral%26%26config%3Dstart%3A0%2Chit%3A10%2Cformat%3Ajson

Response parameters

ParameterTypeDescriptionExample
object
requestIdstring

The request ID.

F43E8AB4-419C-5F4C-90D6-615590DFAA3C
resultany

The result.

{}

Examples

Sample success responses

JSONformat

{
  "requestId": "F43E8AB4-419C-5F4C-90D6-615590DFAA3C",
  "result": "{}"
}

Error codes

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