Queries a list of index tables.
Operation description
Method
GET
URI
/openapi/ha3/instances/{instanceId}/tables
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
searchengine:ListTables |
list |
*Instance
|
None | None |
Request syntax
GET /openapi/ha3/instances/{instanceId}/tables HTTP/1.1
Path Parameters
|
Parameter |
Type |
Required |
Description |
Example |
| instanceId |
string |
Yes |
The instance ID. |
ha-cn-pl32rf0**** |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| newMode |
boolean |
No |
Specifies whether the OpenSearch Vector Search Edition instance is of the new version. |
true |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| requestId |
string |
requestId |
10D5E615-69F7-5F49-B850-00169ADE513C |
| result |
array<object> |
The result. |
|
|
object |
|||
| name |
string |
The index name. |
es_test_1b |
| indexStatus |
string |
The state of the index table. Valid values: NEW, PUBLISH, IN_USE, NOT_USE, STOP_USE, RESTORE_USE, and FAIL. After an index is created in an OpenSearch Retrieval Engine Edition instance, the index enters the IN_USE state. If the first full index fails to be created in an OpenSearch Vector Search Edition instance of the new version, the index is in the FAIL state. |
IN_USE |
| status |
string |
The state of the index table. Valid values: NEW, PUBLISH, IN_USE, NOT_USE, STOP_USE, RESTORE_USE, and FAIL. After an index is created in an OpenSearch Retrieval Engine Edition instance, the index enters the IN_USE state. If the first full index fails to be created in an OpenSearch Vector Search Edition instance of the new version, the index is in the FAIL state. |
IN_USE |
Examples
Success response
JSON format
{
"requestId": "10D5E615-69F7-5F49-B850-00169ADE513C",
"result": [
{
"name": "es_test_1b",
"indexStatus": "IN_USE",
"status": "IN_USE"
}
]
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.