Queries the indexing jobs enabled for a media asset.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
ice:QueryMediaIndexJob |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| SearchLibName |
string |
No |
The name of the search library. Default value: ims-default-search-lib. |
test1 |
| MediaId |
string |
Yes |
The ID of the media asset. |
c2e77390f75271ec802f0674a2ce6*** |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The response parameters. |
||
| RequestId |
string |
The request ID. |
4E84BE44-58A7-****-****-FBEBEA16EF94 |
| Success |
string |
Indicates whether the request was successful. Valid values:
|
true |
| Code |
string |
The response code. |
200 |
| IndexJobInfoList |
array<object> |
The indexing jobs enabled for the media asset. |
|
|
object |
The indexing job enabled for the media asset. |
||
| GmtSubmit |
string |
The time when the index job was submitted. |
2023-11-21 11:33:50 |
| GmtFinish |
string |
The end time of the indexing job. |
2023-11-21 11:33:51 |
| IndexType |
string |
The index type. Valid values:
Valid values:
|
mm |
| Status |
string |
The job status. Valid values:
Valid values:
|
Success |
Examples
Success response
JSON format
{
"RequestId": "4E84BE44-58A7-****-****-FBEBEA16EF94",
"Success": "true",
"Code": "200",
"IndexJobInfoList": [
{
"GmtSubmit": "2023-11-21 11:33:50",
"GmtFinish": "2023-11-21 11:33:51",
"IndexType": "mm",
"Status": "Success"
}
]
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.