全部产品
Search
文档中心

Edge Security Acceleration:PutDcdnKvNamespace

更新时间:Dec 14, 2025

Anda dapat memanggil operasi PutDcdnKvNamespace untuk menambahkan namespace ke akun Anda.

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:PutDcdnKvNamespace

update

*All Resource

*

None None

Parameter permintaan

Parameter

Type

Required

Description

Example

Description

string

No

Deskripsi namespace.

the first namespace

Namespace

string

Yes

Nama namespace. Nama bersifat case-insensitive dan dapat berisi huruf, angka, tanda hubung (-), serta garis bawah (_).

ns1

Elemen respons

Element

Type

Description

Example

object

Status

string

Status namespace. Nilai yang valid:

  • online: Normal.

  • delete: Namespace sedang menunggu penghapusan.

  • deleting: Namespace sedang dihapus.

  • deleted: Namespace telah dihapus.

online

Namespace

string

Nama namespace.

ns1

NamespaceId

string

ID namespace.

12423131231****

RequestId

string

ID permintaan.

D61E4801-EAFF-4A63-AAE1-FBF6CE1CFD1C

Description

string

Deskripsi namespace. Panjang deskripsi maksimal 1.024 karakter.

the first namespace

Contoh

Respons sukses

JSONformat

{
  "Status": "online",
  "Namespace": "ns1",
  "NamespaceId": "12423131231****",
  "RequestId": "D61E4801-EAFF-4A63-AAE1-FBF6CE1CFD1C",
  "Description": "the first namespace"
}

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.