Modifies search index information including index status and configurations.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
ice:AlterSearchIndex |
*All Resource
|
None | None |
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:
Valid values:
|
mm |
| IndexStatus |
string |
No |
The state of the index. Valid values:
Note
You must specify either IndexStatus or IndexConfig. Valid values:
|
Active |
| IndexConfig |
string |
No |
The configurations of the index. Note
You must specify either IndexStatus or IndexConfig. |
{} |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
Schema of Response |
||
| RequestId |
string |
The ID of the request. |
******3B-0E1A-586A-AC29-742247****** |
| Success |
string |
Indicates whether the request was successful. Valid values:
|
true |
| Code |
string |
The status code returned. |
200 |
Examples
Success response
JSON format
{
"RequestId": "******3B-0E1A-586A-AC29-742247******",
"Success": "true",
"Code": "200"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.