全部产品
Search
文档中心

Edge Security Acceleration:GetDcdnKvStatus

更新时间:Dec 14, 2025

Mengambil status pasangan key-value (KV) berdasarkan kunci.

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

dcdn:GetDcdnKvStatus

get

*All Resource

*

None None

Parameter permintaan

Parameter

Type

Required

Description

Example

Namespace

string

Yes

Nama namespace.

ns1

Key

string

Yes

Nama kunci yang akan ditanyakan.

key1

Elemen respons

Element

Type

Description

Example

object

Complete

boolean

Menunjukkan apakah konfigurasi kunci telah diterapkan secara global.

  • true: Konfigurasi telah diterapkan secara global.

  • false: Konfigurasi belum diterapkan secara global.

true

RequestId

string

ID permintaan.

04F0F334-1335-436C-A1D7-6C044FE73368

Expire

string

Waktu kedaluwarsa kunci, ditentukan sebagai timestamp absolut. Contoh: 2023-09-11T15:39:44+08:00. Parameter ini tidak dikembalikan jika kunci disimpan secara permanen.

2023-09-11T15:39:44+08:00

Contoh

Respons sukses

JSONformat

{
  "Complete": true,
  "RequestId": "04F0F334-1335-436C-A1D7-6C044FE73368",
  "Expire": "2023-09-11T15:39:44+08:00"
}

Kode kesalahan

HTTP status code

Error code

Error message

Description

400 Invalid.Parameter The specified parameter is invalid. The parameter is set to an invalid value.
400 InvalidAccount.Malformed The specified account is invalid. The account is invalid. Check whether an account is specified.
400 InvalidNameSpace.Malformed The specified namespace is invalid. The namespace is invalid. Check whether a namespace is specified.
400 InvalidKey.Malformed The specified key is invalid. The key is invalid. Check whether a key is specified.
400 InvalidKey.ExceedsMaximum The size of the key cannot exceed 512 bytes. The key cannot exceed 512 bytes in length.
400 InvalidValue.ExceedsMaximum The size of the value cannot exceed 2,000,000 bytes. The value cannot exceed 2,000,000 bytes in length.
403 InvalidKey.ExceedsCapacity The maximum capacity of a single namespace cannot exceed 1 GB. The capacity of the namespace has reached the upper limit. Each namespace can be at most 1 GB.
403 Unauthorized.InvalidParameters The specified authentication parameters are invalid. An authentication parameter is set to an invalid value.
403 Unauthorized.InvalidTime The specified authentication time is invalid. The authentication time parameter you entered is invalid. Check the parameter value and try again.
403 Unauthorized.InvalidToken Token authentication failed. The token you entered is invalid. Please check and enter the correct token and try again.
403 Unauthorized.InvalidResource Resource authentication failed. The specified resource is invalid.
404 InvalidAccount.NotFound The specified account does not exist. The specified account does not exist.
404 InvalidNameSpace.NotFound The specified namespace does not exist. The specified namespace does not exist.
404 InvalidKey.NotFound The specified key does not exist. The specified key does not exist.
406 InvalidNameSpace.Duplicate The specified namespace already exists. The namespace already exists.
406 InvalidNameSpace.QuotaFull The maximum number of namespaces is exceeded. The number of namespaces has reached the upper limit.
406 InvalidKey.QuotaFull The maximum number of keys is exceeded. The number of keys has reached the upper limit.
429 TooManyRequests Too many requests are submitted. Do not send requests at a high frequency.
429 TooQuickRequests Request for putting or deleting keys are frequently submitted. Do not perform the key put/delete operation at a high frequency.

Lihat Error Codes untuk daftar lengkap.

Catatan rilis

Lihat Release Notes untuk daftar lengkap.