Dapatkan informasi daftar pustaka pencarian.
Coba sekarang
Test
RAM authorization
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
| PageNo |
integer |
No |
Nomor halaman saat ini. Nilai default adalah 1. |
1 |
| PageSize |
integer |
No |
Jumlah item data yang dikembalikan per halaman. Nilai default adalah 10, nilai maksimum adalah 50. |
10 |
Elemen respons
|
Element |
Type |
Description |
Example |
|
object |
Skema Respons |
||
| RequestId |
string |
ID Permintaan. |
******3B-0E1A-586A-AC29-742247****** |
| Success |
string |
Apakah permintaan berhasil. |
true |
| Code |
string |
Kode pengembalian. |
200 |
| SearchLibInfoList |
array<object> |
Daftar informasi pustaka pencarian. |
|
|
array<object> |
Informasi pustaka pencarian. |
||
| SearchLibName |
string |
Pustaka pencarian. |
faceSearchLib |
| Status |
string |
Status:
Valid values:
|
normal |
| IndexInfo |
array<object> |
Informasi indeks. |
|
|
object |
|||
| IndexType |
string |
Index category. Valid values:
|
face |
| IndexStatus |
string |
Index status. Default value is Active. Valid values:
|
Active |
| IndexReadiness |
string |
Index readiness status. Valid values:
|
Normal |
| SearchLibConfig |
string |
Konfigurasi pustaka pencarian. |
{"faceGroupIds":"xxx1,xxx2,xx3"} |
| Total |
integer |
Jumlah total. |
8 |
Contoh
Respons sukses
JSONformat
{
"RequestId": "******3B-0E1A-586A-AC29-742247******",
"Success": "true",
"Code": "200",
"SearchLibInfoList": [
{
"SearchLibName": "faceSearchLib",
"Status": "normal",
"IndexInfo": [
{
"IndexType": "face",
"IndexStatus": "Active",
"IndexReadiness": "Normal"
}
],
"SearchLibConfig": "{\"faceGroupIds\":\"xxx1,xxx2,xx3\"}"
}
],
"Total": 8
}
Kode kesalahan
Lihat Error Codes untuk daftar lengkap.
Catatan rilis
Lihat Release Notes untuk daftar lengkap.