查看主密钥-DescribeKey

查看主密钥信息

必须使用 POST 方法调用

Request Parameters

Parameter nameTypeDescriptionRequired
ProjectIdstring项目ID。不填写为默认项目,子帐号必须填写。 请参考GetProjectList接口No
KeyIdstring需要查看的主密钥对应的 KeyIdYes

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=DescribeKey
&ProjectId=org-mjwvpk
&KeyId=ukms-oep2f0

Response Example

{
    "Status": "RnWzVjef",
    "RetCode": 0,
    "KeyId": "674c1968cf314554a10efd43149b9c78",
    "Description": "description",
    "Enabled": true,
    "CreatedTime": 1545049380,
    "LastModifiedTime": 1545049380,
    "Action": "DescribeKeyResponse",
    "RequestUuid": "979563ab-dda7-4efc-b486-b51e70642c0c"
}