Mengambil informasi mengenai library pencarian aset media.
Coba sekarang
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
ice:QuerySearchLib |
get |
*全部资源
|
None | None |
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
| SearchLibName |
string |
Yes |
Nama library pencarian. |
test1 |
Elemen respons
|
Element |
Type |
Description |
Example |
|
object |
Skema Respons |
||
| RequestId |
string |
ID permintaan. |
******11-DB8D-4A9A-875B-275798****** |
| Success |
string |
Menunjukkan apakah panggilan berhasil.
|
true |
| Code |
string |
Kode respons. |
200 |
| SearchLibName |
string |
Nama library pencarian. |
test1 |
| Status |
string |
Status:
Valid values:
|
normal |
| IndexInfo |
array<object> |
Informasi indeks. |
|
|
object |
|||
| IndexType |
string |
Jenis indeks. Nilai yang valid:
|
face |
| IndexStatus |
string |
Status indeks. Nilai yang valid:
|
Active |
| IndexReadiness |
string |
Status kesiapan indeks. Nilai yang valid:
|
Normal |
| SearchLibConfig |
string |
Konfigurasi library pencarian. |
{"faceGroupIds":"xxx1,xxx2,xx3"} |
Contoh
Respons sukses
JSONformat
{
"RequestId": "******11-DB8D-4A9A-875B-275798******",
"Success": "true",
"Code": "200",
"SearchLibName": "test1",
"Status": "normal",
"IndexInfo": [
{
"IndexType": "face",
"IndexStatus": "Active",
"IndexReadiness": "Normal"
}
],
"SearchLibConfig": "{\"faceGroupIds\":\"xxx1,xxx2,xx3\"}"
}
Kode kesalahan
Lihat Error Codes untuk daftar lengkap.
Catatan rilis
Lihat Release Notes untuk daftar lengkap.