创建主密钥-CreateKey

创建用户管理数据密钥的主密钥 CMK(Customer Master Key)。

必须使用 POST 方法调用

Request Parameters

Parameter nameTypeDescriptionRequired
ProjectIdstring项目ID。不填写为默认项目,子帐号必须填写。 请参考GetProjectList接口No
Descriptionstring主密钥的描述信息, 长度不能超过 8192 个字符No

Response Elements

Parameter nameTypeDescriptionRequired
RetCodeint操作返回码Yes
Actionstring操作名称Yes
Statusstring操作结果No
KeyIdstringCMK 的唯一标识符No
DescriptionstringCMK 的相关描述说明No
Enabledbool是否启用No
CreatedTimeint创建时间No
LastModifiedTimeint最后修改时间No
RequestUuidstring此次请求的唯一标识符No

Request Example

https://api.ucloud.cn/?Action=CreateKey
&ProjectId=org-mjwvpk
&Description=description

Response Example

{
    "Status": "pVYrUoBZ",
    "RetCode": 0,
    "KeyId": "674c1968cf314554a10efd43149b9c78",
    "Description": "description",
    "Enabled": true,
    "CreatedTime": 1545049380,
    "LastModifiedTime": 1545049380,
    "Action": "CreateKeyResponse",
    "RequestUuid": "91a4229e-3c9f-4a81-85ab-68c6a14f3f99"
}