Modifies search index information including index status and configurations.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
SearchLibName | string | No | The name of the search library.
| test1 |
IndexType | string | Yes | The category of the index. Valid values:
| mm |
IndexStatus | string | No | The state of the index. Valid values:
Note
You must specify either IndexStatus or IndexConfig.
Enumeration Value:
| Active |
IndexConfig | string | No | The configurations of the index. Note
You must specify either IndexStatus or IndexConfig.
| {} |
Response parameters
Examples
Sample success responses
JSON
format
{
"RequestId": "******3B-0E1A-586A-AC29-742247******",
"Success": "true",
"Code": "200"
}
Error codes
For a list of error codes, visit the Service error codes.
Change history
Change time | Summary of changes | Operation |
---|---|---|
2023-11-23 | The request parameters of the API has changed | View Change Details |
2023-11-22 | The request parameters of the API has changed. The response structure of the API has changed | View Change Details |