Rerun the search index jobs for the specified media assets in batch. You can rerun index jobs for up to 20 media assets per request.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
ice:SearchIndexJobRerun |
update |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| SearchLibName |
string |
No |
The search library. |
test-1 |
| MediaIds |
string |
Yes |
The ID of the media asset. Separate multiple IDs with commas (,). |
******b48fb04483915d4f2cd8******,******c48fb37407365d4f2cd8****** |
| Task |
string |
No |
The type of the job. Separate multiple types with commas (,).
|
aiLabel,face,mm |
| Namespace |
string |
No |
Namespace. |
name-1 |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
Schema of Response |
||
| RequestId |
string |
The request ID. |
******11-DB8D-4A9A-875B-275798****** |
| Success |
string |
Indicates whether the request is successful. Valid values:
|
true |
| Code |
string |
The status code returned. |
200 |
| Data |
object |
The response data. |
|
| MediaIdsNoExist |
array |
The media asset IDs that do not exist. |
|
|
string |
The ID of the media asset. |
1c6ce34007d571ed94667630a6bc**** |
Examples
Success response
JSON format
{
"RequestId": "******11-DB8D-4A9A-875B-275798******",
"Success": "true",
"Code": "200",
"Data": {
"MediaIdsNoExist": [
"1c6ce34007d571ed94667630a6bc****"
]
}
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.