查詢搜尋媒資庫資訊。
調試
您可以在OpenAPI Explorer中直接運行該介面,免去您計算簽名的困擾。運行成功後,OpenAPI Explorer可以自動產生SDK程式碼範例。
調試
授權資訊
|
操作 |
存取層級 |
資源類型 |
條件關鍵字 |
關聯操作 |
|
ice:QuerySearchLib |
get |
*全部資源
|
無 | 無 |
請求參數
|
名稱 |
類型 |
必填 |
描述 |
樣本值 |
| SearchLibName |
string |
是 |
搜尋庫名稱。 |
test1 |
返回參數
|
名稱 |
類型 |
描述 |
樣本值 |
|
object |
Schema of Response |
||
| RequestId |
string |
請求 ID。 |
******11-DB8D-4A9A-875B-275798****** |
| Success |
string |
表示是否調用成功:
|
true |
| Code |
string |
返回碼。 |
200 |
| SearchLibName |
string |
搜尋庫名稱。 |
test1 |
| Status |
string |
狀態:
枚舉值:
|
normal |
| IndexInfo |
array<object> |
索引資訊。 |
|
|
object |
|||
| IndexType |
string |
索引類別。取值:
|
face |
| IndexStatus |
string |
索引狀態。取值:
|
Active |
| IndexReadiness |
string |
索引就緒狀態。取值:
|
Normal |
| SearchLibConfig |
string |
搜尋庫配置。 |
{"faceGroupIds":"xxx1,xxx2,xx3"} |
樣本
正常返回樣本
JSON格式
{
"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\"}"
}
錯誤碼
訪問錯誤中心查看更多錯誤碼。
變更歷史
更多資訊,參考變更詳情。