日本熟妇hd丰满老熟妇,中文字幕一区二区三区在线不卡 ,亚洲成片在线观看,免费女同在线一区二区

CreateKvNamespace - 創(chuàng)建KV存儲空間

在當(dāng)前賬號下創(chuàng)建一個KV存儲空間。

調(diào)試

您可以在OpenAPI Explorer中直接運行該接口,免去您計算簽名的困擾。運行成功后,OpenAPI Explorer可以自動生成SDK代碼示例。

授權(quán)信息

下表是API對應(yīng)的授權(quán)信息,可以在RAM權(quán)限策略語句的Action元素中使用,用來給RAM用戶或RAM角色授予調(diào)用此API的權(quán)限。具體說明如下:

  • 操作:是指具體的權(quán)限點。
  • 訪問級別:是指每個操作的訪問級別,取值為寫入(Write)、讀取(Read)或列出(List)。
  • 資源類型:是指操作中支持授權(quán)的資源類型。具體說明如下:
    • 對于必選的資源類型,用背景高亮的方式表示。
    • 對于不支持資源級授權(quán)的操作,用全部資源表示。
  • 條件關(guān)鍵字:是指云產(chǎn)品自身定義的條件關(guān)鍵字。
  • 關(guān)聯(lián)操作:是指成功執(zhí)行操作所需要的其他權(quán)限。操作者必須同時具備關(guān)聯(lián)操作的權(quán)限,操作才能成功。
操作訪問級別資源類型條件關(guān)鍵字關(guān)聯(lián)操作
esa:CreateKvNamespacenone
*全部資源
*

請求參數(shù)

名稱類型必填描述示例值
Namespacestring

KV 存儲空間的名字。

test_namespace
Descriptionstring

KV 存儲空間的描述信息。

this is a test namespace.

返回參數(shù)

名稱類型描述示例值
object
Statusstring

KV 存儲空間狀態(tài),取值:

  • online:正常。

  • delete:待刪除。

  • deleting:刪除中。

  • deleted:已刪除。

online
Namespacestring

KV 存儲空間名稱。

test_namespace
NamespaceIdstring

KV 存儲空間的 ID。

657717877171818496
RequestIdstring

請求 ID。

EEEBE525-F576-1196-8DAF-2D70CA3F4D2F
Descriptionstring

KV 存儲空間的描述信息。

this is a test namespace.

示例

正常返回示例

JSON格式

{
  "Status": "online",
  "Namespace": "test_namespace",
  "NamespaceId": "657717877171818496",
  "RequestId": "EEEBE525-F576-1196-8DAF-2D70CA3F4D2F",
  "Description": "this is a test namespace."
}

錯誤碼

HTTP status code錯誤碼錯誤信息描述
400InvalidAccount.MalformedThe specified account is invalid.賬號輸入不對,比如輸入為空。
400InvalidNameSpace.MalformedThe specified namespace is invalid.存儲空間名輸入錯誤,比如輸入空字符串。
400InvalidKey.MalformedThe specified key is invalid.Key名輸入錯誤,比如輸入空字符串。
400InvalidKey.ExceedsMaximumThe size of the key cannot exceed 512 bytes.請求的Key的長度過大。
400InvalidValue.ExceedsMaximumThe size of the value cannot exceed 2,000,000 bytes.存入的值過大。
400InvalidParameterThe specified parameter is invalid.輸入?yún)?shù)規(guī)范校驗失敗。
400TooManyRequestsToo many requests.Please try again later.請求過于頻繁,請稍后重試。
403Unauthorized.InvalidParametersThe specified authentication parameters are invalid.鑒權(quán)參數(shù)輸入錯誤。
403Unauthorized.InvalidTimeThe specified authentication time is invalid.您輸入的鑒權(quán)時間參數(shù)無效,請檢查參數(shù)值后重試。
403Unauthorized.InvalidTokenToken authentication failed.您輸入的token無效,請檢查并輸入正確的token后進(jìn)行重試。
403Unauthorized.InvalidResourceResource authentication failed.-
403InvalidKey.ExceedsCapacityThe maximum storage capacity of the Edge KV namespace has been reached. Delete unwanted key-value pairs to save the storage.邊緣存儲的存儲空間(Namespace)容量超過限制,請清理Namespace中無需使用的Key,從而減少Namespace中的存儲消耗。
404InvalidAccount.NotFoundThe specified account does not exist.指定的賬號不存在。
404InvalidNameSpace.NotFoundThe specified namespace does not exist.指定的存儲空間不存在。
404InvalidKey.NotFoundThe specified key does not exist.指定的鍵值對不存在。
406InvalidNameSpace.DuplicateThe specified namespace already exists.指定的存儲空間已經(jīng)存在。
406InvalidNameSpace.QuotaFullThe maximum number of namespaces is exceeded.存儲空間的個數(shù)超過容量限制。
406InvalidKey.QuotaFullThe total number of IP exceeds the quota.ip總數(shù)量超過配額。
429TooQuickRequestsRequest for putting or deleting keys are frequently submitted.鍵值對的修改或者刪除操作太頻繁。

訪問錯誤中心查看更多錯誤碼。