Queries the status of an index version based on the ID of the full index version.
Operation description
Method
GET
URI
/openapi/ha3/instances/{instanceId}/tables/{tableName}/index_versions/{generationId}
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
searchengine:GetTableGeneration |
get |
*Instance
|
None | None |
Request syntax
GET /openapi/ha3/instances/{instanceId}/tables/{tableName}/index_versions/{generationId} HTTP/1.1
Path Parameters
|
Parameter |
Type |
Required |
Description |
Example |
| instanceId |
string |
Yes |
The instance ID. |
ha-cn-pl32rf0**** |
| tableName |
string |
Yes |
The name of the table. |
test_summary |
| generationId |
integer |
Yes |
The ID of the full index version. |
1708674867 |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
No parameters required.
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| requestId |
string |
requestId |
E7B7D598-B080-5C8E-AA35-D43EC0D5F886 |
| result |
object |
The result returned. |
|
| generationId |
integer |
generationId |
1708674867 |
| status |
string |
starting, building, ready, stopped, failed |
ready |
Examples
Success response
JSON format
{
"requestId": "E7B7D598-B080-5C8E-AA35-D43EC0D5F886",
"result": {
"generationId": 1708674867,
"status": "ready"
}
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.