メディアアセット検索ライブラリに関する情報を照会します。
今すぐお試しください
テスト
RAM 認証
|
アクション |
アクセスレベル |
リソースタイプ |
条件キー |
依存アクション |
|
ice:QuerySearchLib |
get |
*All Resource
|
なし | なし |
リクエストパラメーター
|
パラメーター |
型 |
必須 / 任意 |
説明 |
例 |
| SearchLibName |
string |
必須 |
検索ライブラリの名前。 |
test1 |
レスポンスフィールド
|
フィールド |
型 |
説明 |
例 |
|
object |
応答のスキーマ |
||
| 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"} |
例
成功レスポンス
JSONJSON
{
"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\"}"
}
エラーコード
完全なリストについては、「エラーコード」をご参照ください。
変更履歴
完全なリストについては、「変更履歴」をご参照ください。