All Products
Search
Document Center

OpenSearch:ListIndexRecoverRecords

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

GET /openapi/ha3/instances/{instanceId}/indexes/{indexName}/actions/list-recover-records

Request parameters

ParameterTypeRequiredDescriptionExample
indexNamestringYes

The index name.

index_jiayi_text
instanceIdstringNo

The instance ID.

ha-cn-i7m2rpzm605

Response parameters

ParameterTypeDescriptionExample
object
generationIdstring

The ID of the full index version.

1708674867
descstring

The description.

test
finishedTimestring

The time when the index version was published.

2024-06-07 16:43:00

Examples

Sample success responses

JSONformat

{
  "generationId": "1708674867",
  "desc": "test",
  "finishedTime": "2024-06-07 16:43:00"
}

Error codes

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