在當(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:CreateKvNamespace | none | *全部資源 * |
| 無 |
請求參數(shù)
名稱 | 類型 | 必填 | 描述 | 示例值 |
---|---|---|---|---|
Namespace | string | 是 | KV 存儲空間的名字。 | test_namespace |
Description | string | 否 | KV 存儲空間的描述信息。 | this is a test namespace. |
返回參數(shù)
示例
正常返回示例
JSON
格式
{
"Status": "online",
"Namespace": "test_namespace",
"NamespaceId": "657717877171818496",
"RequestId": "EEEBE525-F576-1196-8DAF-2D70CA3F4D2F",
"Description": "this is a test namespace."
}
錯誤碼
HTTP status code | 錯誤碼 | 錯誤信息 | 描述 |
---|---|---|---|
400 | InvalidAccount.Malformed | The specified account is invalid. | 賬號輸入不對,比如輸入為空。 |
400 | InvalidNameSpace.Malformed | The specified namespace is invalid. | 存儲空間名輸入錯誤,比如輸入空字符串。 |
400 | InvalidKey.Malformed | The specified key is invalid. | Key名輸入錯誤,比如輸入空字符串。 |
400 | InvalidKey.ExceedsMaximum | The size of the key cannot exceed 512 bytes. | 請求的Key的長度過大。 |
400 | InvalidValue.ExceedsMaximum | The size of the value cannot exceed 2,000,000 bytes. | 存入的值過大。 |
400 | InvalidParameter | The specified parameter is invalid. | 輸入?yún)?shù)規(guī)范校驗失敗。 |
400 | TooManyRequests | Too many requests.Please try again later. | 請求過于頻繁,請稍后重試。 |
403 | Unauthorized.InvalidParameters | The specified authentication parameters are invalid. | 鑒權(quán)參數(shù)輸入錯誤。 |
403 | Unauthorized.InvalidTime | The specified authentication time is invalid. | 您輸入的鑒權(quán)時間參數(shù)無效,請檢查參數(shù)值后重試。 |
403 | Unauthorized.InvalidToken | Token authentication failed. | 您輸入的token無效,請檢查并輸入正確的token后進(jìn)行重試。 |
403 | Unauthorized.InvalidResource | Resource authentication failed. | - |
403 | InvalidKey.ExceedsCapacity | The maximum storage capacity of the Edge KV namespace has been reached. Delete unwanted key-value pairs to save the storage. | 邊緣存儲的存儲空間(Namespace)容量超過限制,請清理Namespace中無需使用的Key,從而減少Namespace中的存儲消耗。 |
404 | InvalidAccount.NotFound | The specified account does not exist. | 指定的賬號不存在。 |
404 | InvalidNameSpace.NotFound | The specified namespace does not exist. | 指定的存儲空間不存在。 |
404 | InvalidKey.NotFound | The specified key does not exist. | 指定的鍵值對不存在。 |
406 | InvalidNameSpace.Duplicate | The specified namespace already exists. | 指定的存儲空間已經(jīng)存在。 |
406 | InvalidNameSpace.QuotaFull | The maximum number of namespaces is exceeded. | 存儲空間的個數(shù)超過容量限制。 |
406 | InvalidKey.QuotaFull | The total number of IP exceeds the quota. | ip總數(shù)量超過配額。 |
429 | TooQuickRequests | Request for putting or deleting keys are frequently submitted. | 鍵值對的修改或者刪除操作太頻繁。 |
訪問錯誤中心查看更多錯誤碼。