Mengkueri pekerjaan indeks yang telah diaktifkan untuk aset media tertentu.
Coba sekarang
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
ice:QueryMediaIndexJob |
*全部资源
|
None | None |
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
| SearchLibName |
string |
No |
Nama pustaka pencarian. Nilai default: ims-default-search-lib. |
test1 |
| MediaId |
string |
Yes |
ID aset media. |
c2e77390f75271ec802f0674a2ce6*** |
Elemen respons
|
Element |
Type |
Description |
Example |
|
object |
Schema of Response |
||
| RequestId |
string |
ID permintaan. |
4E84BE44-58A7-****-****-FBEBEA16EF94 |
| Success |
string |
Menunjukkan apakah panggilan berhasil. Nilai yang valid:
|
true |
| Code |
string |
Kode respons. |
200 |
| IndexJobInfoList |
array<object> |
Daftar informasi pekerjaan indeks. |
|
|
object |
Informasi pekerjaan indeks. |
||
| GmtSubmit |
string |
Waktu pengiriman. |
2023-11-21 11:33:50 |
| GmtFinish |
string |
Waktu penyelesaian. |
2023-11-21 11:33:51 |
| IndexType |
string |
Jenis indeks. Nilai yang valid:
Valid values:
|
mm |
| Status |
string |
Status pekerjaan. Nilai yang valid:
Valid values:
|
Success |
Contoh
Respons sukses
JSONformat
{
"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"
}
]
}
Kode kesalahan
Lihat Error Codes untuk daftar lengkap.
Catatan rilis
Lihat Release Notes untuk daftar lengkap.