All Products
Search
Document Center

ApsaraVideo Media Processing:ListFpShotDB

Last Updated:Jun 11, 2026

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

Coba API ini di OpenAPI Explorer tanpa perlu penandatanganan manual. Panggilan yang berhasil akan secara otomatis menghasilkan contoh kode SDK sesuai dengan parameter Anda. Unduh kode tersebut dengan kredensial bawaan yang aman untuk penggunaan lokal.

Test

RAM authorization

Tabel berikut menjelaskan otorisasi yang diperlukan untuk memanggil API ini. Anda dapat menentukannya dalam kebijakan Resource Access Management (RAM). Kolom pada tabel dijelaskan sebagai berikut:

  • Action: Aksi yang dapat digunakan dalam elemen Action pada pernyataan kebijakan izin RAM untuk memberikan izin guna melakukan operasi tersebut.

  • API: API yang dapat Anda panggil untuk melakukan aksi tersebut.

  • Access level: Tingkat akses yang telah ditentukan untuk setiap API. Nilai yang valid: create, list, get, update, dan delete.

  • Resource type: Jenis resource yang mendukung otorisasi untuk melakukan aksi tersebut. Ini menunjukkan apakah aksi tersebut mendukung izin tingkat resource. Resource yang ditentukan harus kompatibel dengan aksi tersebut. Jika tidak, kebijakan tersebut tidak akan berlaku.

    • Untuk API dengan izin tingkat resource, jenis resource yang diperlukan ditandai dengan tanda bintang (*). Tentukan Nama Sumber Daya Alibaba Cloud (ARN) yang sesuai dalam elemen Resource pada kebijakan.

    • Untuk API tanpa izin tingkat resource, ditampilkan sebagai All Resources. Gunakan tanda bintang (*) dalam elemen Resource pada kebijakan.

  • Condition key: Kunci kondisi yang didefinisikan oleh layanan. Kunci ini memungkinkan kontrol granular, berlaku baik hanya untuk aksi maupun untuk aksi yang terkait dengan resource tertentu. Selain kunci kondisi spesifik layanan, Alibaba Cloud menyediakan serangkaian common condition keys yang berlaku di semua layanan yang didukung RAM.

  • Dependent action: Aksi dependen yang diperlukan untuk menjalankan aksi tersebut. Untuk menyelesaikan aksi tersebut, pengguna RAM atau role RAM harus memiliki izin untuk melakukan semua aksi dependen.

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:

  • offline: The media fingerprint library is offline.

  • active: The media fingerprint library is online.

  • paused: The media fingerprint library is paused.

  • deleted: The media fingerprint library is deleted.

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.