Queries a list of media fingerprint libraries.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
ice:ListDNADB |
none |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| DBIds |
string |
No |
The IDs of the media fingerprint libraries. We recommend that you query at most 10 libraries at a time. Separate multiple library IDs with commas (,). |
2288c6ca184c0e47098a5b665e2a12****,78dc866518b843259669df58ed30**** |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| DBList |
array<object> |
The queried media fingerprint libraries. |
|
|
object |
The queried media fingerprint library. |
||
| Status |
string |
The state of the media fingerprint library. Default value: offline. ****Valid values:
|
active |
| Description |
string |
The description of the media fingerprint library. |
This is a video DNA library. |
| Name |
string |
The name of the media fingerprint library. |
example-name |
| Model |
string |
The model of the media fingerprint library. Valid values:
|
Video |
| DBId |
string |
The ID of the media fingerprint library. |
88c6ca184c0e47098a5b665e2a12**** |
| RequestId |
string |
The request ID. |
25818875-5F78-4A13-BEF6-D7393642CA58 |
Examples
Success response
JSON format
{
"DBList": [
{
"Status": "active",
"Description": "This is a video DNA library.",
"Name": "example-name",
"Model": "Video",
"DBId": "88c6ca184c0e47098a5b665e2a12****"
}
],
"RequestId": "25818875-5F78-4A13-BEF6-D7393642CA58"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.