Rebuilds an index.
Operation description
Method
POST
URI
/openapi/ha3/instances/{instanceId}/tables/{tableName}/reindex
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
searchengine:Reindex |
update |
*Instance
|
None | None |
Request syntax
POST /openapi/ha3/instances/{instanceId}/tables/{tableName}/reindex 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 |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| body |
object |
No |
The request body. |
|
| dataTimeSec |
integer |
No |
The timestamp in seconds. The value must be of the INTEGER type. This parameter is required if you specify an API data source. |
1640867288 |
| partition |
string |
No |
The partition in the MaxCompute table. This parameter is required if type is set to odps. |
ds=20220713 |
| ossDataPath |
string |
No |
oss data path |
oss://opensearch |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| requestId |
string |
requestId |
10D5E615-69F7-5F49-B850-00169ADE513C |
| result |
object |
Map |
{} |
Examples
Success response
JSON format
{
"requestId": "10D5E615-69F7-5F49-B850-00169ADE513C",
"result": {}
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.