Gets details about a search index.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
ice:QuerySearchIndex |
*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 |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
Schema of Response |
||
| RequestId |
string |
The ID of the request. |
4E84BE44-58A7-****-****-FBEBEA16EF94 |
| Success |
string |
Indicates whether the request was successful. Valid values:
|
true |
| Code |
string |
The status code returned. |
200 |
| SearchLibName |
string |
The name of the search library. |
test1 |
| IndexType |
string |
The category of the index. Valid values:
Valid values:
|
mm |
| IndexStatus |
string |
The state of the index. Valid values:
Valid values:
|
Active |
| MediaTotal |
string |
The total number of media assets. |
12 |
Examples
Success response
JSON format
{
"RequestId": "4E84BE44-58A7-****-****-FBEBEA16EF94",
"Success": "true",
"Code": "200",
"SearchLibName": "test1",
"IndexType": "mm",
"IndexStatus": "Active",
"MediaTotal": "12"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.