Resumes an index.
Operation description
Method
POST
URI
/openapi/ha3/instances/{instanceId}/indexes/{indexName}/startIndex
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
searchengine:StartIndex |
update |
*Instance
|
None | None |
Request syntax
POST /openapi/ha3/instances/{instanceId}/indexes/{indexName}/startIndex HTTP/1.1
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| instanceId |
string |
Yes |
The instance ID. |
ha-cn-pl32rf0**** |
| indexName |
string |
Yes |
The index name. |
test_api |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| requestId |
string |
The request ID. |
D39EE0F1-D7EF-5F46-B781-6BF4185308B0 |
| result |
object |
The returned result. |
{} |
Examples
Success response
JSON format
{
"requestId": "D39EE0F1-D7EF-5F46-B781-6BF4185308B0",
"result": {}
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.