查询搜索媒资库信息。
调试
您可以在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\"}"
}
错误码
访问错误中心查看更多错误码。
变更历史
更多信息,参考变更详情。
该文章对您有帮助吗?