创建主密钥-CreateKey
创建用户管理数据密钥的主密钥 CMK(Customer Master Key)。
必须使用 POST 方法调用
Request Parameters
Parameter name | Type | Description | Required |
ProjectId | string | 项目ID。不填写为默认项目,子帐号必须填写。 请参考GetProjectList接口 | No |
Description | string | 主密钥的描述信息, 长度不能超过 8192 个字符 | No |
Response Elements
Parameter name | Type | Description | Required |
RetCode | int | 操作返回码 | Yes |
Action | string | 操作名称 | Yes |
Status | string | 操作结果 | No |
KeyId | string | CMK 的唯一标识符 | No |
Description | string | CMK 的相关描述说明 | No |
Enabled | bool | 是否启用 | No |
CreatedTime | int | 创建时间 | No |
LastModifiedTime | int | 最后修改时间 | No |
RequestUuid | string | 此次请求的唯一标识符 | 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" }