All Products
Search
Document Center

OpenSearch:ListTableGenerations

Last Updated:Jul 16, 2024

Queries a list of index versions.

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}/tables/{tableName}/index_versions

Request parameters

ParameterTypeRequiredDescriptionExample
instanceIdstringYes

The instance ID.

ha-cn-tl32n3iu801
tableNamestringYes

The name of the table.

test_summary

Sample requests

GET /v2/instances/{instanceId}/tables/{tableName}/index_versions

Response parameters

ParameterTypeDescriptionExample
object
requestIdstring

requestId

F6E3D968-529C-5C40-AFDD-133A8B8FD930
resultarray<object>

The result.

object
generationIdlong

The ID of the full index version.

1708674867

Examples

Sample success responses

JSONformat

{
  "requestId": "F6E3D968-529C-5C40-AFDD-133A8B8FD930",
  "result": [
    {
      "generationId": 1708674867
    }
  ]
}

Error codes

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