Mengkueri database DNA.
Deskripsi operasi
-
This operation returns the status and information of one or more media fingerprinting libraries based on their IDs.
-
The text fingerprinting feature is available only in the China (Shanghai) region.
-
This operation queries a maximum of 10 media fingerprinting libraries at a time.
QPS limits
The limit on calls to this operation is 100 queries per second (QPS) per user. If you exceed the limit, API calls are throttled. This can impact your business. Call this operation at a reasonable rate. For more information, see QPS limits.
Coba sekarang
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
mts:ListFpShotDB |
get |
*全部资源
|
None | None |
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
| FpDBIds |
string |
No |
ID library sidik jari media yang ingin Anda kueri. Untuk mendapatkan ID library, panggil operasi SubmitFpShotDB. Anda dapat menentukan hingga 10 ID. Pisahkan beberapa ID dengan koma (,). |
2288c6ca184c0e47098a5b665e2a12****,ae687c02fe944327ba9631e50da2**** |
Elemen respons
|
Element |
Type |
Description |
Example |
|
object |
The response parameters. |
||
| FpShotDBList |
object |
||
| FpShotDB |
array<object> |
A list of media fingerprint libraries. |
|
|
object |
The details of the media fingerprinting library. |
||
| Status |
string |
The status of the media fingerprint library. Default value: offline. ****Valid values:
|
active |
| Description |
string |
The description of the media fingerprint library. |
这是一个文本DNA库 |
| Name |
string |
The name of the media fingerprint library. |
test-**** |
| ModelId |
integer |
The model ID of the media fingerprint library. A value of 11 indicates that the library is a text fingerprint library. A value of 12 indicates that the library is a video fingerprint library. A value of 13 indicates that the library is an audio fingerprint library. A value of 14 indicates that the library is an image fingerprint library. |
11 |
| FpDBId |
string |
The ID of the media fingerprint library. |
88c6ca184c0e47098a5b665e2a12**** |
| RequestId |
string |
The ID of the request. |
25818875-5F78-4A13-BEF6-D7393642CA58 |
| NonExistIds |
object |
||
| String |
array |
The IDs of the media fingerprinting libraries that do not exist. |
|
|
string |
The ID of a media fingerprinting library that does not exist. This parameter is not returned if all specified library IDs exist. |
ae687c02fe944327ba9631e50da2**** |
Contoh
Respons sukses
JSONformat
{
"FpShotDBList": {
"FpShotDB": [
{
"Status": "active",
"Description": "这是一个文本DNA库",
"Name": "test-****",
"ModelId": 11,
"FpDBId": "88c6ca184c0e47098a5b665e2a12****"
}
]
},
"RequestId": "25818875-5F78-4A13-BEF6-D7393642CA58",
"NonExistIds": {
"String": [
"ae687c02fe944327ba9631e50da2****"
]
}
}
Kode kesalahan
Lihat Error Codes untuk daftar lengkap.
Catatan rilis
Lihat Release Notes untuk daftar lengkap.