查看主密钥-DescribeKey
查看主密钥信息
必须使用 POST 方法调用
Request Parameters
Parameter name | Type | Description | Required |
ProjectId | string | 项目ID。不填写为默认项目,子帐号必须填写。 请参考GetProjectList接口 | No |
KeyId | string | 需要查看的主密钥对应的 KeyId | Yes |
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=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" }